mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
Fix after c4f85dffa4
This commit is contained in:
@@ -3032,6 +3032,8 @@ class OverrideMoveAggregate(bpy.types.Operator):
|
||||
if parts:
|
||||
aggregates_to_move.append(tool.Ifc.get_object(element))
|
||||
continue
|
||||
if not parts and props.in_aggregate_mode:
|
||||
continue
|
||||
aggregate = ifcopenshell.util.element.get_aggregate(element)
|
||||
if aggregate:
|
||||
aggregates_to_move.append(tool.Ifc.get_object(aggregate))
|
||||
|
||||
Reference in New Issue
Block a user