Fix bim.override_move issue with aggregates #6648 (c9fc543)

This commit is contained in:
Andrej730
2025-05-05 14:59:26 +05:00
parent c4c3a2056b
commit 1714516a81
@@ -3211,7 +3211,7 @@ class OverrideMove(bpy.types.Operator):
if parts := ifcopenshell.util.element.get_parts(element):
aggregates_to_move.append(tool.Ifc.get_object(element))
aggregates_to_move.extend(list(tool.Aggregate.get_parts_recursively(element)))
aggregates_to_move.extend(tool.Ifc.get_object(e) for e in tool.Aggregate.get_parts_recursively(element))
continue
# Controls the aggregate level it should consider to move