mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 02:47:48 +00:00
node.sv_ifc_tooltip - hide title
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user