From 5f8fc1ba8c7934b09b2eb7cad44427d369a8d7fa Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 19 Mar 2025 18:49:49 +0500 Subject: [PATCH] node.sv_ifc_tooltip - hide title --- src/ifcsverchok/nodes/ifc/api.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ifcsverchok/nodes/ifc/api.py b/src/ifcsverchok/nodes/ifc/api.py index 7429c8ac58..a4d1f5f452 100644 --- a/src/ifcsverchok/nodes/ifc/api.py +++ b/src/ifcsverchok/nodes/ifc/api.py @@ -37,8 +37,9 @@ def update_usecase(self, context): class SvIfcTooltip(bpy.types.Operator): bl_idname = "node.sv_ifc_tooltip" - bl_label = "IFC Info" + bl_label = "" tooltip: bpy.props.StringProperty() + bl_options = {"INTERNAL"} @classmethod def description(cls, context, properties):