mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +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.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"),
|
||||||
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
@@ -157,4 +160,4 @@ def unregister():
|
|||||||
print("Can't unregister menu class %s" % clazz)
|
print("Can't unregister menu class %s" % clazz)
|
||||||
print(e)
|
print(e)
|
||||||
unregister_extra_category_provider("IFCSVERCHOK")
|
unregister_extra_category_provider("IFCSVERCHOK")
|
||||||
unregister_nodes()
|
unregister_nodes()
|
||||||
Reference in New Issue
Block a user