Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlijenstina <lijenstina@gmail.com>2017-05-31 13:12:33 +0300
committerlijenstina <lijenstina@gmail.com>2017-05-31 13:12:33 +0300
commitb5d1d095fd6432182654f9bd0e5cc3ac8b76c2a1 (patch)
treeec797b95b1ed3478de182aad7d9c65b469243955
parent04a688cca54be0280491a81089310b88d11683ba (diff)
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
-rw-r--r--mesh_extra_tools/mesh_help.py1
1 files changed, 1 insertions, 0 deletions
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(