New node to generate IFC guid

This commit is contained in:
Dion Moult
2020-10-13 19:40:42 +11:00
parent fd18916b20
commit 2ead44e1c5
2 changed files with 25 additions and 0 deletions
+1
View File
@@ -33,6 +33,7 @@ def nodes_index():
("ifc.by_query", "SvIfcByQuery"),
("ifc.add", "SvIfcAdd"),
("ifc.remove", "SvIfcRemove"),
("ifc.generate_guid", "SvIfcGenerateGuid"),
("ifc.select_blender_objects", "SvIfcSelectBlenderObjects"),
])]