collada-exporter icon indicating copy to clipboard operation
collada-exporter copied to clipboard

Empty animations.

Open midn1 opened this issue 7 years ago • 4 comments

I'm using this exporter for Horde3D, and so far it's been doing better than the default DAE exporter, but I'm still having trouble with animations.
By animations I mean that one "Idle" animation.

Here's my export settings: A

However my animations end up "empty" in the DAE file:

<library_animation_clips>
	<animation_clip name="Idle" start="0.0" end="1.0">
	</animation_clip>
</library_animation_clips>

midn1 avatar Aug 11 '18 18:08 midn1

Did you made your animation in the dope sheet editor or as a shape key ?

set-killer avatar Aug 11 '18 18:08 set-killer

In the dope sheet action editor.

midn1 avatar Aug 11 '18 19:08 midn1

Does it matter that I've animated my single-bone armature, not my model?

midn1 avatar Aug 12 '18 19:08 midn1

Missed some information: "Animation clip Idle contains no tracks.".

midn1 avatar Aug 15 '18 12:08 midn1