Small fix to Path Editing - now mute's original forward motion curve
This commit is contained in:
@@ -755,7 +755,5 @@ def path_editing(context, stride_obj, path):
|
|||||||
parameterization[e] = e - s
|
parameterization[e] = e - s
|
||||||
for t in parameterization.keys():
|
for t in parameterization.keys():
|
||||||
eval_time_fcurve.keyframe_points.insert(frame=t, value=parameterization[t])
|
eval_time_fcurve.keyframe_points.insert(frame=t, value=parameterization[t])
|
||||||
error = 0.01
|
y_fcurve.mute = True
|
||||||
reparaError = error * 32
|
|
||||||
maxIterations = 16
|
|
||||||
print("finished path editing")
|
print("finished path editing")
|
||||||
|
Reference in New Issue
Block a user