mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
Fix #5346.
This commit is contained in:
@@ -628,6 +628,10 @@ class OverrideDelete(bpy.types.Operator):
|
||||
|
||||
self.process_arrays(context)
|
||||
for obj in context.selected_objects:
|
||||
try:
|
||||
obj.name
|
||||
except:
|
||||
continue
|
||||
element = tool.Ifc.get_entity(obj)
|
||||
if element:
|
||||
if tool.Geometry.is_locked(element):
|
||||
|
||||
Reference in New Issue
Block a user