Minor fix

This commit is contained in:
Dion Moult
2023-10-10 22:21:32 +11:00
parent 05f6f4efab
commit 5bff837a61
@@ -472,6 +472,7 @@ class AppendLibraryElement(bpy.types.Operator):
ifc_importer = import_ifc.IfcImporter(ifc_import_settings)
ifc_importer.file = self.file
ifc_importer.type_collection = type_collection
ifc_importer.process_context_filter()
ifc_importer.material_creator.load_existing_materials()
self.import_materials(element, ifc_importer)
self.import_styles(element, ifc_importer)