Experimental WIP broken Sverchok API node.

This commit is contained in:
Dion Moult
2021-07-18 12:58:27 +10:00
parent 8da17cf4a0
commit 32062e4085
2 changed files with 66 additions and 0 deletions
+1
View File
@@ -43,6 +43,7 @@ def nodes_index():
("ifc.get_property", "SvIfcGetProperty"),
("ifc.get_attribute", "SvIfcGetAttribute"),
("ifc.select_blender_objects", "SvIfcSelectBlenderObjects"),
("ifc.api", "SvIfcApi"),
],
)
]