mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Fix internal openings list not being cleared when applying an opening
This commit is contained in:
@@ -157,6 +157,7 @@ class AddOpening(bpy.types.Operator, tool.Ifc.Operator):
|
||||
tool.Ifc.unlink(element=element2)
|
||||
bpy.data.objects.remove(obj2)
|
||||
|
||||
tool.Model.clear_scene_openings()
|
||||
context.view_layer.objects.active = obj1
|
||||
return {"FINISHED"}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user