This commit is contained in:
Dion Moult
2021-07-11 09:28:22 +10:00
parent d320c1dac1
commit 86ce367ba8
@@ -68,6 +68,8 @@ class IfcExporter:
for ifc_definition_id, obj in IfcStore.id_map.items():
try:
if isinstance(obj, bpy.types.Material):
continue
self.sync_object_placement(obj)
self.sync_object_container(ifc_definition_id, obj)
except ReferenceError: