Files
IfcOpenShell/src
Andrej730 4d171c17a8 Small fix for 1f43ec870
Was getting this error at project start:

Traceback (most recent call last):
  File "\scripts\addons\blenderbim\bim\module\project\operator.py", line 332, in execute
    return IfcStore.execute_ifc_operator(self, context)
  File "\scripts\addons\blenderbim\bim\ifc.py", line 410, in execute_ifc_operator
    result = getattr(operator, "_execute")(context)
  File "\scripts\addons\blenderbim\bim\module\project\operator.py", line 345, in _execute
    self.import_type_from_ifc(element, context)
  File "\scripts\addons\blenderbim\bim\module\project\operator.py", line 374, in import_type_from_ifc
    collection_obj = collection.BIMCollectionProperties.obj
AttributeError: 'LayerCollection' object has no attribute 'BIMCollectionProperties'
2024-04-15 10:59:03 +02:00
..
2024-04-15 10:59:03 +02:00
2023-01-15 07:23:42 +11:00
2024-02-18 12:06:02 +01:00
2024-04-15 10:55:29 +02:00
2024-04-15 10:59:00 +02:00
2024-04-15 10:34:41 +02:00
2024-04-15 09:58:26 +02:00
2023-03-22 11:17:14 +01:00