Tween gradually between two curves

image
As displayed in the image I want to be able to tween between two curves by controlling the factor at each point. I’ve used Pufferfish’s “Curve Edit Points” to get the spline points and parameter values (to control the tween factor at each point), but the parameter values which I assumed where lengths on the curve do not match with the total curve length.

Can anyone think of an alternative way to do this?

I’ve managed to get close with the following, but it doesn’t take into account the actual parameter values of each vertex on the curves.


image
Any ideas?

Reparametrize input curves then “t” parameters become 0 to 1 and use directly to F input

That did it. Thank you very much!