[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [1274] trunk/py/scripts/addons/ animation_rotobezier.py: maybe this name on the fill toggle in rotobezier will be clearer to people , tsk tsk read tooltips!

Daniel Salazar zanqdo at gmail.com
Tue Dec 14 10:07:49 CET 2010


Revision: 1274
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=1274
Author:   zanqdo
Date:     2010-12-14 10:07:49 +0100 (Tue, 14 Dec 2010)

Log Message:
-----------
maybe this name on the fill toggle in rotobezier will be clearer to people, tsk tsk read tooltips!

Modified Paths:
--------------
    trunk/py/scripts/addons/animation_rotobezier.py

Modified: trunk/py/scripts/addons/animation_rotobezier.py
===================================================================
--- trunk/py/scripts/addons/animation_rotobezier.py	2010-12-13 22:05:31 UTC (rev 1273)
+++ trunk/py/scripts/addons/animation_rotobezier.py	2010-12-14 09:07:49 UTC (rev 1274)
@@ -343,7 +343,7 @@
 
 
 class CURVE_OT_toggle_draw_rotobezier(bpy.types.Operator):
-    bl_label = 'Fill'
+    bl_label = 'Filling'
     bl_idname = 'curve.toggle_draw_rotobezier'
     bl_description = 'Toggle the curve display mode between Wire and Solid'
     bl_options = {'REGISTER', 'UNDO'}




More information about the Bf-extensions-cvs mailing list