mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 10:11:46 +00:00
Restore IFCFileSelector UI rendering
This commit is contained in:
@@ -109,6 +109,7 @@ class SelectLibraryFile(bpy.types.Operator, IFCFileSelector):
|
|||||||
IfcStore.library_file = ifcopenshell.open(data["filepath"])
|
IfcStore.library_file = ifcopenshell.open(data["filepath"])
|
||||||
|
|
||||||
def draw(self, context):
|
def draw(self, context):
|
||||||
|
IFCFileSelector.draw(self, context)
|
||||||
self.layout.prop(self, "append_all", text= "Append Entire Library")
|
self.layout.prop(self, "append_all", text= "Append Entire Library")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user