ifcsverchok - add/update node descriptions

This commit is contained in:
Andrej730
2025-03-21 18:35:19 +05:00
parent e075c32a5a
commit ee2b836b84
10 changed files with 25 additions and 7 deletions
+1
View File
@@ -27,6 +27,7 @@ from sverchok.data_structure import updateNode
class SvIfcAdd(bpy.types.Node, SverchCustomTreeNode, ifcsverchok.helper.SvIfcCore):
bl_idname = "SvIfcAdd"
bl_label = "IFC Add"
bl_description = "Add an entity to the provided IFC file."
file: StringProperty(name="file", update=updateNode)
entity: StringProperty(name="entity", update=updateNode)