Farfromrefuge
Farfromrefuge

Reputation: 25

[three.js]blender export animations

What I am trying to do?

Where I am at?

I created a blender project which you can get here In that project I managed to create an action "open" and to export it through three.js exporter

What is my problem?

I tried to create a second action "close", but I can't find a way to export both.

So my questions are, is it possible to have an action and its reverse stored in blender and exporter for three.js? Am I going the wrong way? Is there a better solution to do that?

here is the exported js file.

Thanks

Upvotes: 2

Views: 1457

Answers (1)

Eugene Marcotte
Eugene Marcotte

Reputation: 778

Unfortunately it seems at the moment you can't have a single export with multiple animations. See https://github.com/mrdoob/three.js/issues/2899.

Upvotes: 1

Related Questions