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
path: root/mocap
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2012-02-27 22:15:21 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-02-27 22:15:21 +0400
commit739b1e29f22ec52864f53b2aa8012ed847c92abf (patch)
tree38c95d0b47c97ca6d62c37bc42b0abe072679695 /mocap
parent275077f867d0553540cd6c92f6a762292b7791a1 (diff)
Various fixes to UI messages (among other things, all messages needed it should now be capitalized).
Diffstat (limited to 'mocap')
-rw-r--r--mocap/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mocap/__init__.py b/mocap/__init__.py
index 6c69f0d3..7dfd8d23 100644
--- a/mocap/__init__.py
+++ b/mocap/__init__.py
@@ -564,7 +564,7 @@ class OBJECT_OT_LooperButton(bpy.types.Operator):
#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()