[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [3895] trunk/py/scripts/addons/mocap/ __init__.py: Minor, typo fix!

Bastien Montagne montagne29 at wanadoo.fr
Fri Oct 26 19:26:11 CEST 2012


Revision: 3895
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=3895
Author:   mont29
Date:     2012-10-26 17:26:11 +0000 (Fri, 26 Oct 2012)
Log Message:
-----------
Minor, typo fix!

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-10-26 14:46:33 UTC (rev 3894)
+++ trunk/py/scripts/addons/mocap/__init__.py	2012-10-26 17:26:11 UTC (rev 3895)
@@ -821,8 +821,7 @@
 
 class OBJECT_OT_AnimationStitchingButton(bpy.types.Operator):
     #Operator which calls stitching function, combining 2 animations onto the NLA.
-    """Stitche two defined animations into a single one via """ \
-    """alignment of NLA Tracks"""
+    """Stitch two defined animations into a single one via alignment of NLA Tracks"""
     bl_idname = "mocap.animstitch"
     bl_label = "Stitch Animations"
 



More information about the Bf-extensions-cvs mailing list