mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 23:36:20 +00:00
Fix bug where disabling item mode didn't also quit from the boolean editing mode
These two modes should be tied together.
This commit is contained in:
@@ -1805,6 +1805,7 @@ class Geometry(bonsai.core.tool.Geometry):
|
|||||||
props.mode = "OBJECT"
|
props.mode = "OBJECT"
|
||||||
props.is_changing_mode = False
|
props.is_changing_mode = False
|
||||||
props.representation_obj = None
|
props.representation_obj = None
|
||||||
|
bpy.context.scene.BIMBooleanProperties.is_editing = False
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def edit_meshlike_item(cls, obj: bpy.types.Object) -> None:
|
def edit_meshlike_item(cls, obj: bpy.types.Object) -> None:
|
||||||
|
|||||||
Reference in New Issue
Block a user