node.sv_ifc_tooltip - hide title

This commit is contained in:
Andrej730
2025-03-19 18:49:49 +05:00
parent f8f36cf2f0
commit 5f8fc1ba8c
+2 -1
View File
@@ -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):