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:
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()