Flip tool now moves windows / doors to the other side of a wall

This commit is contained in:
Robin Quint
2025-08-03 12:52:04 +02:00
committed by Ryan Schultz
parent 130b569f6f
commit 59dd25e1c2
@@ -711,6 +711,7 @@ class FlipFill(bpy.types.Operator, tool.Ifc.Operator):
ifcopenshell.api.geometry.edit_object_placement(tool.Ifc.get(), filled_opening, obj.matrix_world)
tool.Geometry.reload_representation(filled_object)
return {"FINISHED"}