sverchok_to_ifc node added + works for multiple geometries. Parent contexts also get deleted if not used.

This commit is contained in:
martinaCodes
2022-10-23 16:18:42 +02:00
committed by Dion Moult
parent 6542fc7db3
commit 37aa17fcf3
4 changed files with 124 additions and 71 deletions
+2 -2
View File
@@ -68,8 +68,8 @@ def nodes_index():
("ifc.select_blender_objects", "SvIfcSelectBlenderObjects"),
("ifc.api", "SvIfcApi"),
("ifc.api_WIP", "SvIfcApiWIP"),
("ifc.bmesh_to_ifc", "SvIfcBMeshToIfcGeo"),
("ifc.sverchok_to_ifc", "SvIfcSverchokToIfc"),
("ifc.bmesh_to_ifc", "SvIfcBMeshToIfcRepr"),
("ifc.sverchok_to_ifc", "SvIfcSverchokToIfcRepr"),
("ifc.create_project", "SvIfcCreateProject"),
("ifc.quick_project_setup", "SvIfcQuickProjectSetup")