Enable aggregate decorator by default on file startup.

This commit is contained in:
Bruno Perdigão
2024-11-27 19:31:59 -03:00
committed by Bruno Perdigão
parent c48f50a67e
commit e9cc205ddd
+1
View File
@@ -1127,6 +1127,7 @@ class IfcImporter:
relating_obj = tool.Ifc.get_object(element)
if relating_obj:
tool.Aggregate.constrain_parts_to_aggregate(relating_obj)
bpy.context.scene.BIMAggregateProperties.aggregate_decorator = True
def lock_scales(self) -> None: