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