New select blender objects node - select objects in the Blender scene based off entities in an IFC file

This commit is contained in:
Dion Moult
2020-10-09 21:17:18 +11:00
parent cc778778ee
commit 688c799d1b
2 changed files with 38 additions and 0 deletions
+1
View File
@@ -30,6 +30,7 @@ def nodes_index():
("ifc.by_guid", "SvIfcByGuid"),
("ifc.by_type", "SvIfcByType"),
("ifc.by_query", "SvIfcByQuery"),
("ifc.select_blender_objects", "SvIfcSelectBlenderObjects"),
])]
def make_node_list():