[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [2960] trunk/py/scripts/addons/ add_curve_sapling/__init__.py: Fix to make it easier to find in space bar menu.

Andrew Hale TrumanBlending at gmail.com
Wed Feb 1 06:51:01 CET 2012


Revision: 2960
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=2960
Author:   trumanblending
Date:     2012-02-01 05:50:44 +0000 (Wed, 01 Feb 2012)
Log Message:
-----------
Fix to make it easier to find in space bar menu. Added "tree" to label so users can search "tree".

Modified Paths:
--------------
    trunk/py/scripts/addons/add_curve_sapling/__init__.py

Modified: trunk/py/scripts/addons/add_curve_sapling/__init__.py
===================================================================
--- trunk/py/scripts/addons/add_curve_sapling/__init__.py	2012-01-31 17:08:46 UTC (rev 2959)
+++ trunk/py/scripts/addons/add_curve_sapling/__init__.py	2012-02-01 05:50:44 UTC (rev 2960)
@@ -152,7 +152,7 @@
 
 class AddTree(bpy.types.Operator):
     bl_idname = "curve.tree_add"
-    bl_label = "Sapling"
+    bl_label = "Sapling: Add Tree"
     bl_options = {'REGISTER', 'UNDO'}
 
 



More information about the Bf-extensions-cvs mailing list