mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 05:52:33 +00:00
sverchok_to_ifc node added + works for multiple geometries. Parent contexts also get deleted if not used.
This commit is contained in:
@@ -191,9 +191,7 @@ class SvIfcCreateEntity(bpy.types.Node, SverchCustomTreeNode, ifcsverchok.helper
|
||||
|
||||
|
||||
def sv_free(self):
|
||||
|
||||
try:
|
||||
print('DELETING')
|
||||
del SvIfcStore.id_map[self.node_id]
|
||||
del self.node_dict[hash(self)]
|
||||
print('Node was deleted')
|
||||
|
||||
Reference in New Issue
Block a user