mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 04:08:04 +00:00
node.sv_ifc_create_file_refresh - fix LB Out bl_label
This commit is contained in:
@@ -27,7 +27,8 @@ from sverchok.data_structure import updateNode
|
|||||||
|
|
||||||
class SvIfcCreateFileRefresh(bpy.types.Operator):
|
class SvIfcCreateFileRefresh(bpy.types.Operator):
|
||||||
bl_idname = "node.sv_ifc_create_file_refresh"
|
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="")
|
tree_name: StringProperty(default="")
|
||||||
node_name: StringProperty(default="")
|
node_name: StringProperty(default="")
|
||||||
|
|||||||
Reference in New Issue
Block a user