Fix bug where item positions weren't synced before changing numeric attributes

This commit is contained in:
Dion Moult
2025-02-12 08:40:21 +11:00
parent d2420c2e45
commit 24b4be3ea1
@@ -2840,6 +2840,7 @@ class UpdateItemAttributes(bpy.types.Operator, tool.Ifc.Operator):
def _execute(self, context):
obj = context.active_object
tool.Geometry.sync_item_positions()
tool.Geometry.update_item_attributes(obj)
tool.Geometry.reload_representation(bpy.context.scene.BIMGeometryProperties.representation_obj)
tool.Geometry.import_item(obj)