Three.js: Would like animations on models imported in the editor included on scene export

Created on 29 Jun 2017  路  8Comments  路  Source: mrdoob/three.js

Currently when I import my models into the editor, on export I'm not getting any of the animations included (I've tested with fbx, gltf, and collada). It would be great if when a scene is exported, the animation clips that were on imported models are included. Cheers!

EDIT: splitting this into two separate issues (one for supporting animations on export, and another for previewing animations in the editor).

Editor Enhancement

Most helpful comment

Now that animation playback (https://github.com/mrdoob/three.js/pull/15698) has been added, adding animation export would be a nice next step. 馃檪

All 8 comments

wanted these too !

Related #8422

Is SkinnedMesh support in the editor a blocking issue for animation import/export? Or is it worth considering just keyframe animations + morph targets?

I don't think it blocks.

running into this same issue now - would be great to have this!

Now that animation playback (https://github.com/mrdoob/three.js/pull/15698) has been added, adding animation export would be a nice next step. 馃檪

FYI: Animations are now honored when exporting an animated model to glTF, see #20454.

Awesome!

Was this page helpful?
0 / 5 - 0 ratings