mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 02:23:34 +00:00
added new nodes to node index
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user