mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +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"])
|
||||
|
||||
def draw(self, context):
|
||||
IFCFileSelector.draw(self, context)
|
||||
self.layout.prop(self, "append_all", text= "Append Entire Library")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user