[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [2640] trunk/py/scripts/addons/mocap/ __init__.py: More UI messages fixes and tweaks ( found while translating in french).

Bastien Montagne montagne29 at wanadoo.fr
Tue Nov 22 01:10:14 CET 2011


Revision: 2640
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=2640
Author:   mont29
Date:     2011-11-22 00:10:14 +0000 (Tue, 22 Nov 2011)
Log Message:
-----------
More UI messages fixes and tweaks (found while translating in french).

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

Modified: trunk/py/scripts/addons/mocap/__init__.py
===================================================================
--- trunk/py/scripts/addons/mocap/__init__.py	2011-11-21 16:22:27 UTC (rev 2639)
+++ trunk/py/scripts/addons/mocap/__init__.py	2011-11-22 00:10:14 UTC (rev 2640)
@@ -92,12 +92,12 @@
         update=mocap_constraints.setConstraint)
     smooth_in = IntProperty(name="In",
         default=10,
-        description="Amount of frames to smooth in",
+        description="Number of frames to smooth in",
         update=mocap_constraints.setConstraint,
         min=0)
     smooth_out = IntProperty(name="Out",
         default=10,
-        description="Amount of frames to smooth out",
+        description="Number of frames to smooth out",
         update=mocap_constraints.setConstraint,
         min=0)
     targetMesh = StringProperty(name="Mesh",
@@ -888,7 +888,7 @@
     #frame step - frequency of frames to retarget. Skipping is useful for previewing, faster work etc.
     bpy.types.Armature.frameStep = IntProperty(name="Frame Skip",
             default=1,
-            description="Amount of frames to skip - for previewing retargets quickly (1 is fully sampled)",
+            description="Number of frames to skip - for previewing retargets quickly (1 is fully sampled)",
             min=1)
     bpy.utils.register_module(__name__)
 



More information about the Bf-extensions-cvs mailing list