mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58: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.is_changing_mode = False
|
||||
props.representation_obj = None
|
||||
bpy.context.scene.BIMBooleanProperties.is_editing = False
|
||||
|
||||
@classmethod
|
||||
def edit_meshlike_item(cls, obj: bpy.types.Object) -> None:
|
||||
|
||||
Reference in New Issue
Block a user