mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Enable aggregate decorator by default on file startup.
This commit is contained in:
committed by
Bruno Perdigão
parent
c48f50a67e
commit
e9cc205ddd
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user