Fix bug where deleted objects were not cleared after saving

This commit is contained in:
Dion Moult
2022-05-06 09:20:24 +10:00
parent 3f6d25ed43
commit 4b6ebe7b1c
@@ -97,6 +97,7 @@ class IfcExporter:
except:
continue
ifcopenshell.api.run("root.remove_product", self.file, **{"product": product})
IfcStore.deleted_ids.clear()
return results
def sync_all_objects(self):