See #1227. Fix bug where unjoin walls didn't recheck the position.

This commit is contained in:
Dion Moult
2025-03-18 01:14:06 +11:00
parent 6cf5cc002e
commit c176b9d607
+2
View File
@@ -25,6 +25,8 @@ def unjoin_walls(ifc: tool.Ifc, blender: tool.Blender, geometry: tool.Geometry,
if not (element := ifc.get_entity(obj)) or model.get_usage_type(element) != "LAYER2":
continue
geometry.clear_scale(obj)
if ifc.is_moved(obj):
geometry.run_edit_object_placement(obj=obj)
joiner.unjoin(obj)