Fix internal openings list not being cleared when applying an opening

This commit is contained in:
Gorgious56
2025-01-03 09:42:55 +01:00
parent f0fac7ad8b
commit 8dfcea0e24
@@ -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"}