mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 02:31:09 +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):
|
class SvIfcTooltip(bpy.types.Operator):
|
||||||
bl_idname = "node.sv_ifc_tooltip"
|
bl_idname = "node.sv_ifc_tooltip"
|
||||||
bl_label = "IFC Info"
|
bl_label = ""
|
||||||
tooltip: bpy.props.StringProperty()
|
tooltip: bpy.props.StringProperty()
|
||||||
|
bl_options = {"INTERNAL"}
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def description(cls, context, properties):
|
def description(cls, context, properties):
|
||||||
|
|||||||
Reference in New Issue
Block a user