Hi community,
In the past week(+3😅), i’ve worked on implementation the feature as mentioned in the #PR. It included adding an option for the default interpolation setting in the documents page.
Regarding the Spine Exporter,
This week, I explored how interpolation is handled internally in synfig by studying this article and revisiting my work on default interpolation from #PR3573. I learned how different interpolation types like linear, clamped, etc behave between keyframes. This understanding is important because, while synfig has multiple interpolation modes, spine mainly uses Bezier curves — so mapping them correctly will ensure smooth animation exports.
Thanks!