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:
authorAndrew Hale <TrumanBlending@gmail.com>2012-02-01 09:50:44 +0400
committerAndrew Hale <TrumanBlending@gmail.com>2012-02-01 09:50:44 +0400
commit1fea5010d3a9ece68a8d1eb1122cdf0ec0a27b3f (patch)
tree1db047f3095b8d5308f1ae026f465c5540ef1fce /add_curve_sapling
parente56a4e47b05760ab63a76c40f7add107486bb6fb (diff)
Fix to make it easier to find in space bar menu. Added "tree" to label so users can search "tree".
Diffstat (limited to 'add_curve_sapling')
-rw-r--r--add_curve_sapling/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_curve_sapling/__init__.py b/add_curve_sapling/__init__.py
index 4afd0ec1..8792255d 100644
--- a/add_curve_sapling/__init__.py
+++ b/add_curve_sapling/__init__.py
@@ -152,7 +152,7 @@ class PresetMenu(bpy.types.Menu):
class AddTree(bpy.types.Operator):
bl_idname = "curve.tree_add"
- bl_label = "Sapling"
+ bl_label = "Sapling: Add Tree"
bl_options = {'REGISTER', 'UNDO'}