From 8fb285596a0550d31d77e932ffff8e11605062f7 Mon Sep 17 00:00:00 2001 From: martinaCodes Date: Thu, 25 Aug 2022 22:18:53 +0200 Subject: [PATCH] added new nodes to node index --- src/ifcsverchok/__init__.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ifcsverchok/__init__.py b/src/ifcsverchok/__init__.py index 5749501973..1eaca6b5df 100644 --- a/src/ifcsverchok/__init__.py +++ b/src/ifcsverchok/__init__.py @@ -63,6 +63,9 @@ def nodes_index(): ("ifc.get_attribute", "SvIfcGetAttribute"), ("ifc.select_blender_objects", "SvIfcSelectBlenderObjects"), ("ifc.api", "SvIfcApi"), + ("ifc.bmesh_to_ifc", "SvIfcBMeshToIfcGeo"), + ("ifc.create_project", "SvIfcCreateProject"), + ], ) ] @@ -157,4 +160,4 @@ def unregister(): print("Can't unregister menu class %s" % clazz) print(e) unregister_extra_category_provider("IFCSVERCHOK") - unregister_nodes() + unregister_nodes() \ No newline at end of file