Blender multiple animations and Collada export
Posted
by
Morgan Bengtsson
on Game Development
See other posts from Game Development
or by Morgan Bengtsson
Published on 2012-11-05T22:21:20Z
Indexed on
2012/11/05
23:19 UTC
Read the original article
Hit count: 412
Say I have a simple mesh in Blender, with two keyframes, like so:
Then, another animation for the same mesh, also with two keyframes:
Theese animations worke fine in Blender and I can switch between them in the Dopesheet, where they are called "actions":
The problem arises, when i try to export this to the Collada format, for use in my game engine. The only animation/action that seems to be carried over, is the one currently associated to the mesh. Is it possible to export multiple animations/actions for the same mesh, to the Collada format?
© Game Development or respective owner