mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 14:02:27 +00:00
Reload decorator after item attributes are updated and it's representation is reloaded
This commit is contained in:
@@ -2589,6 +2589,7 @@ class UpdateItemAttributes(bpy.types.Operator, tool.Ifc.Operator):
|
|||||||
item.Depth = attribute.float_value
|
item.Depth = attribute.float_value
|
||||||
tool.Geometry.reload_representation(bpy.context.scene.BIMGeometryProperties.representation_obj)
|
tool.Geometry.reload_representation(bpy.context.scene.BIMGeometryProperties.representation_obj)
|
||||||
tool.Geometry.import_item(obj)
|
tool.Geometry.import_item(obj)
|
||||||
|
tool.Root.reload_item_decorator()
|
||||||
|
|
||||||
|
|
||||||
class AddMeshlikeItem(bpy.types.Operator, tool.Ifc.Operator):
|
class AddMeshlikeItem(bpy.types.Operator, tool.Ifc.Operator):
|
||||||
|
|||||||
Reference in New Issue
Block a user