added new nodes to node index

This commit is contained in:
martinaCodes
2022-08-25 22:18:53 +02:00
committed by Dion Moult
parent ba4130d395
commit 8fb285596a
+4 -1
View File
@@ -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()