i have a closed curve and its inward offset. now i would like to “tween” between these two curves keeping the original curve´s startpoint and the offset curve´s endpoint. in other words the tween factor should be “0” at the tweencurve start and “1” at its end. i made a quick approach by dividing and incrementally pulling, but maybe i am missing an instant functionality or component.
any suggestions? thanks in advance!
BTW, If you increase the offset distance, you’ll get weird results with both cases.(mine especially)
Here we have another possible approach. You’ll need Tween Two Curves fr pufferfish plugin.
thanks for streamlining my solution with vector cross produkt and amplitude!
also thanks for the pufferfish solution. i use pufferfish, but did not see a solution here. the grafted evaluation approach looks smart to me. it gets slow with a high amount of curve points but gives good results.