mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 10:33:20 +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"}
|
||||
|
||||
|
||||
|
||||
@@ -220,7 +220,7 @@ class AssignClass(bpy.types.Operator, tool.Ifc.Operator):
|
||||
if tool.Geometry.mesh_has_loose_geometry(obj.data):
|
||||
self.report(
|
||||
{"WARNING"},
|
||||
f"Mesh '{obj.data.name}' has loose geometry, loose geometry was be ignored to save mesh to IFC as a tessellation.",
|
||||
f"Mesh '{obj.data.name}' has loose geometry, loose geometry will be ignored to save mesh to IFC as a tessellation.",
|
||||
)
|
||||
|
||||
element = core.assign_class(
|
||||
|
||||
Reference in New Issue
Block a user