mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +00:00
IFC Mesh Separate - fix not updated items decorator after some item was separated
Noticed fixing bug from #6285
This commit is contained in:
@@ -124,6 +124,7 @@ class OverrideMeshSeparate(bpy.types.Operator, tool.Ifc.Operator):
|
||||
rep_obj = tool.Geometry.get_geometry_props().representation_obj
|
||||
assert rep_obj
|
||||
tool.Geometry.reload_representation(rep_obj)
|
||||
tool.Root.reload_item_decorator()
|
||||
|
||||
if non_ifc_objects:
|
||||
with context.temp_override(selected_editable_objects=non_ifc_objects):
|
||||
|
||||
Reference in New Issue
Block a user