Synfig Studio now allow smart linking of multiple tangents. Don't bother if the tangents are opposite or not. Just link them! Available in next release
Impressive! :) I wonder how you got that to work. I remember playing with the old 'stitching' example we looked at a long time ago, but couldn't see how to deal with the case where the tangents are in opposite directions.
@dooglus : yeah. I finally found that the duck renderer distinguish the tangent colour by reading the scale parameter of the synfig::ParamDesc class. I used it to pass the info to synfigapp::ValueDesc and so any action can read that value now and deal with different tangents .
Impressive! :) I wonder how you got that to work. I remember playing with the old 'stitching' example we looked at a long time ago, but couldn't see how to deal with the case where the tangents are in opposite directions.
dooglus 1 year ago
@dooglus : yeah. I finally found that the duck renderer distinguish the tangent colour by reading the scale parameter of the synfig::ParamDesc class. I used it to pass the info to synfigapp::ValueDesc and so any action can read that value now and deal with different tangents .
Genete 1 year ago