Hi,
Is there a way in python to define a blend curve that has a blend continuity to a set curve, and for the other point (the end) to be at a point? For example, specifying tangent blending to a specified curve and then ending at a point resulting in a curve with 3 control points?
All the overloads I can see talk only about going from curve to curve. Of course, I could just do a sacrificial curve for where I want to specify just a point. But then how do I specify only a positional blend at this point?