[Bf-extensions-cvs] [b5d1d095] master: Mesh Extra Tools: Add a tooltip for Help

lijenstina noreply at git.blender.org
Wed May 31 12:13:29 CEST 2017


Commit: b5d1d095fd6432182654f9bd0e5cc3ac8b76c2a1
Author: lijenstina
Date:   Wed May 31 12:12:33 2017 +0200
Branches: master
https://developer.blender.org/rBAb5d1d095fd6432182654f9bd0e5cc3ac8b76c2a1

Mesh Extra Tools: Add a tooltip for Help

The tooltip was missing from the mesh_help operator
as the icon can maybe be confusing at first

===================================================================

M	mesh_extra_tools/mesh_help.py

===================================================================

diff --git a/mesh_extra_tools/mesh_help.py b/mesh_extra_tools/mesh_help.py
index 991aee87..51341223 100644
--- a/mesh_extra_tools/mesh_help.py
+++ b/mesh_extra_tools/mesh_help.py
@@ -21,6 +21,7 @@ from bpy.props import (
 class MESH_OT_extra_tools_help(Operator):
     bl_idname = "mesh.extra_tools_help"
     bl_label = ""
+    bl_description = "Tool Help - click to read some basic information"
     bl_options = {'REGISTER'}
 
     help_ids = StringProperty(



More information about the Bf-extensions-cvs mailing list