[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [3031] trunk/py/scripts/addons/mocap/ __init__.py: Various fixes to UI messages (among other things, all messages needed it should now be capitalized).

Bastien Montagne montagne29 at wanadoo.fr
Mon Feb 27 19:15:21 CET 2012


Revision: 3031
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=3031
Author:   mont29
Date:     2012-02-27 18:15:21 +0000 (Mon, 27 Feb 2012)
Log Message:
-----------
Various fixes to UI messages (among other things, all messages needed it should now be capitalized).

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

Modified: trunk/py/scripts/addons/mocap/__init__.py
===================================================================
--- trunk/py/scripts/addons/mocap/__init__.py	2012-02-27 17:27:03 UTC (rev 3030)
+++ trunk/py/scripts/addons/mocap/__init__.py	2012-02-27 18:15:21 UTC (rev 3031)
@@ -564,7 +564,7 @@
     #Operator to trim fcurves which contain a few loops to a single one on the selected object
     '''Trim active armature's animation to a single cycle, given a cyclic animation (such as a walk cycle)'''
     bl_idname = "mocap.looper"
-    bl_label = "loop animation / sampled mocap data"
+    bl_label = "Loop animation / sampled mocap data"
 
     def execute(self, context):
         mocap_tools.autoloop_anim()



More information about the Bf-extensions-cvs mailing list