From 1feb00678c6027dde64b9a94d407f9e239263a42 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 19 Mar 2025 19:02:54 +0500 Subject: [PATCH] node.sv_ifc_create_file_refresh - fix LB Out bl_label --- src/ifcsverchok/nodes/ifc/create_file.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ifcsverchok/nodes/ifc/create_file.py b/src/ifcsverchok/nodes/ifc/create_file.py index 85794206bf..d1671f73cb 100644 --- a/src/ifcsverchok/nodes/ifc/create_file.py +++ b/src/ifcsverchok/nodes/ifc/create_file.py @@ -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="")