• Editor
  • First and last frame repeat. How to avoid?

Hey guys, sorry if this has been answered before, i didn't find anything about it.

I have a regular walk cycle and i copied the first keyframe to the last to make it wrap. Now of course that gives me 2 frames repeating on the animation. How can i fix that or at least avoid it?
Keyframing everything on the previous to last frame seems like a hassle. Meshes' deform start to break apart for some reason.

Thank you!

Related Discussions
...

Hello Nempatriarch!
If you look at the example projects, this is the best way to achieve smooth cycles in Spine, things need to go back to how they were, therefore first and last frame match. If you need to export a png sequence you can always delete the last frame (:

You can keyframe everything in one go by pressing CTRL+SHIFT+L (nice cheat sheet here for more: http://esotericsoftware.com/spine-cheat-sheet/ )
regarding meshes, you see them broken because they're probably missing a keyframe on frame one, or the first and last frame are not exactly the same, in this case it's safer to copy either keyframe and paste it on the other to make sure they match.

Thanks for the fast response!