You can now import a cost schedule from an IFC project library

This commit is contained in:
Dion Moult
2021-08-10 09:35:09 +10:00
parent 4bf074f97a
commit 869bb22830
2 changed files with 20 additions and 8 deletions
@@ -172,7 +172,7 @@ class RefreshLibrary(bpy.types.Operator):
self.props.active_library_element = ""
types = IfcStore.library_file.wrapped_data.types_with_super()
for importable_type in ["IfcTypeProduct", "IfcMaterial"]:
for importable_type in ["IfcTypeProduct", "IfcMaterial", "IfcCostSchedule"]:
if importable_type in types:
new = self.props.library_elements.add()
new.name = importable_type