node.sv_ifc_create_file_refresh - fix LB Out bl_label

This commit is contained in:
Andrej730
2025-03-19 19:02:54 +05:00
parent f10ebe0166
commit 1feb00678c
+2 -1
View File
@@ -27,7 +27,8 @@ from sverchok.data_structure import updateNode
class SvIfcCreateFileRefresh(bpy.types.Operator):
bl_idname = "node.sv_ifc_create_file_refresh"
bl_label = "LB Out"
bl_label = "File Refresh"
bl_description = "Create new IFC file."
tree_name: StringProperty(default="")
node_name: StringProperty(default="")