mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 04:11:00 +00:00
You can now disable aggregate mode with ESCAPE in the 3D Viewport
- Fix minor typo
This commit is contained in:
@@ -1856,6 +1856,8 @@ class OverrideEscape(bpy.types.Operator):
|
||||
tool.Geometry.disable_item_mode()
|
||||
elif context.scene.BIMModelProperties.openings:
|
||||
bpy.ops.bim.hide_all_openings()
|
||||
elif context.scene.BIMAggregateProperties.in_aggregate_mode:
|
||||
bpy.ops.bim.disable_aggregate_mode()
|
||||
return {"FINISHED"}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user