Reload decorator after item attributes are updated and it's representation is reloaded

This commit is contained in:
Andrej730
2024-11-06 16:27:33 +05:00
parent 5c33a66548
commit a3845c2b5c
@@ -2589,6 +2589,7 @@ class UpdateItemAttributes(bpy.types.Operator, tool.Ifc.Operator):
item.Depth = attribute.float_value
tool.Geometry.reload_representation(bpy.context.scene.BIMGeometryProperties.representation_obj)
tool.Geometry.import_item(obj)
tool.Root.reload_item_decorator()
class AddMeshlikeItem(bpy.types.Operator, tool.Ifc.Operator):