Experimental create entity node created

This commit is contained in:
Dion Moult
2020-10-01 14:47:42 +10:00
parent 373fd417eb
commit 8982c8d045
6 changed files with 156 additions and 44 deletions
+4 -3
View File
@@ -22,9 +22,10 @@ from sverchok.utils.logging import info, debug
def nodes_index():
return [("IFC", [
("ifc.create_ifc", "SvCreateIfc"),
("ifc.read_ifc", "SvReadIfc"),
("ifc.write_ifc", "SvWriteIfc"),
("ifc.create_file", "SvIfcCreateFile"),
("ifc.read_file", "SvIfcReadFile"),
("ifc.write_file", "SvIfcWriteFile"),
("ifc.create_entity", "SvIfcCreateEntity"),
])]
def make_node_list():