added new nodes to node index

This commit is contained in:
martinaCodes
2022-08-25 22:18:53 +02:00
parent acee90fa89
commit dd2f4586c7
+3
View File
@@ -63,6 +63,9 @@ def nodes_index():
("ifc.get_attribute", "SvIfcGetAttribute"), ("ifc.get_attribute", "SvIfcGetAttribute"),
("ifc.select_blender_objects", "SvIfcSelectBlenderObjects"), ("ifc.select_blender_objects", "SvIfcSelectBlenderObjects"),
("ifc.api", "SvIfcApi"), ("ifc.api", "SvIfcApi"),
("ifc.bmesh_to_ifc", "SvIfcBMeshToIfcGeo"),
("ifc.create_project", "SvIfcCreateProject"),
], ],
) )
] ]