mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
@@ -180,7 +180,7 @@ class UnlinkObject(bpy.types.Operator):
|
||||
obj = obj_copy
|
||||
if obj in IfcStore.edited_objs:
|
||||
IfcStore.edited_objs.remove(obj)
|
||||
tool.Ifc.unlink_element(obj=obj)
|
||||
tool.Ifc.unlink(obj=obj)
|
||||
if obj.data:
|
||||
obj.data = obj.data.copy()
|
||||
for material_slot in obj.material_slots:
|
||||
|
||||
Reference in New Issue
Block a user