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
@@ -44,6 +44,7 @@ class SvIfcCreateFileRefresh(bpy.types.Operator):
class SvIfcCreateFile(bpy.types.Node, SverchCustomTreeNode, ifcsverchok.helper.SvIfcCore):
bl_idname = "SvIfcCreateFile"
bl_label = "IFC Create File"
bl_description = "Create a new IFC file."
schema: StringProperty(name="schema", update=updateNode, default="IFC4")
def sv_init(self, context):