[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [39059] branches/soc-2011-pepper/release/ scripts/modules/mocap_tools.py: Small fix to Path Editing - now mute' s original forward motion curve

Benjy Cook benjycook at hotmail.com
Fri Aug 5 10:40:07 CEST 2011


Revision: 39059
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=39059
Author:   benjycook
Date:     2011-08-05 08:40:06 +0000 (Fri, 05 Aug 2011)
Log Message:
-----------
Small fix to Path Editing - now mute's original forward motion curve

Modified Paths:
--------------
    branches/soc-2011-pepper/release/scripts/modules/mocap_tools.py

Modified: branches/soc-2011-pepper/release/scripts/modules/mocap_tools.py
===================================================================
--- branches/soc-2011-pepper/release/scripts/modules/mocap_tools.py	2011-08-05 08:28:03 UTC (rev 39058)
+++ branches/soc-2011-pepper/release/scripts/modules/mocap_tools.py	2011-08-05 08:40:06 UTC (rev 39059)
@@ -755,7 +755,5 @@
     parameterization[e] = e - s
     for t in parameterization.keys():
         eval_time_fcurve.keyframe_points.insert(frame=t, value=parameterization[t])
-    error = 0.01
-    reparaError = error * 32
-    maxIterations = 16
+    y_fcurve.mute = True
     print("finished path editing")




More information about the Bf-blender-cvs mailing list