Restore IFCFileSelector UI rendering

This commit is contained in:
carlos
2022-07-14 13:59:47 +02:00
parent 356ce48af5
commit 1b4da58a15
@@ -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")