From b5e55ff44b7b9cb58c8fc92f7dd66a4443ecea5b Mon Sep 17 00:00:00 2001 From: Benjy Cook Date: Fri, 5 Aug 2011 08:40:06 +0000 Subject: [PATCH] Small fix to Path Editing - now mute's original forward motion curve --- release/scripts/modules/mocap_tools.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/release/scripts/modules/mocap_tools.py b/release/scripts/modules/mocap_tools.py index 20163cd46b8..17f9e590d10 100644 --- a/release/scripts/modules/mocap_tools.py +++ b/release/scripts/modules/mocap_tools.py @@ -755,7 +755,5 @@ def path_editing(context, stride_obj, path): 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")