- Home /
2D tweening software
Is 2D tweening just meant for rotation, scaling, moving, etc., between keyframes? Is there any tweening/morphing software that will generate transition images between two 2D keyframe images, so I don't have to draw every single one by hand for my spritesheet?
Answer by NoseKills · Jun 02, 2014 at 06:56 PM
How about breaking the animated object into smaller components (i.e. arms, legs, torso ... ? ) and making an animation that moves those independently.
If you just want to randomly blend and transform the colors and shapes between 2 similar images, you could be able to do this with an app like FotoMorph But you will probably get usable results in very limited types of use cases.
If you want to make a walking animation for example, and you want the software to fill in the missing images, that would imply the software has to understand there are legs in the image and what walking looks like. I don't think there's anything like that, at least not outside Hollywood :)
Your answer
Follow this Question
Related Questions
Best way to tween Gui Elements? 5 Answers
How to run DOTween tweens in succession? 0 Answers
Procedural materials for cloud formations? 0 Answers
What is the best method to queue multiple directions? 0 Answers
Generating textures at runtime? 2 Answers