mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
disable_item_mode - to set previously edited object as active
It seems very natural that after exiting item mode the edited item should become active (similar to how it works in edit mode).
This commit is contained in:
@@ -1485,6 +1485,7 @@ class Geometry(bonsai.core.tool.Geometry):
|
||||
if props.representation_obj:
|
||||
props.representation_obj.hide_set(False)
|
||||
cls.unlock_object(props.representation_obj)
|
||||
tool.Blender.set_active_object(props.representation_obj)
|
||||
cls.sync_item_positions()
|
||||
props.is_changing_mode = True
|
||||
if props.mode != "OBJECT":
|
||||
|
||||
Reference in New Issue
Block a user