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
+5 -2
View File
@@ -147,7 +147,10 @@ from ifcsverchok.ifcstore import SvIfcStore
class IFC_Sv_UpdateCurrent(bpy.types.Operator):
"""Update current Sverchok node tree"""
"""Update current Sverchok node tree.
Will reset transient IFC file.
"""
bl_idname = "ifc.sverchok_update_current"
bl_label = "Update Current Node Tree"
@@ -181,7 +184,7 @@ class IFC_Sv_write_file(bpy.types.Operator):
bl_idname = "ifc.write_file_panel"
bl_label = "Write File"
bl_options = {"REGISTER", "UNDO"}
bl_description = "File path to write to."
bl_description = "Save transient IFC file to the provided path."
filepath: bpy.props.StringProperty(subtype="FILE_PATH")
filter_glob: bpy.props.StringProperty(default="*.ifc", options={"HIDDEN"})
node_group: bpy.props.StringProperty(default="")