Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

How can I export multiple animations(actions)? #112

Closed
lishengzxc opened this issue Nov 13, 2017 · 15 comments
Closed

How can I export multiple animations(actions)? #112

lishengzxc opened this issue Nov 13, 2017 · 15 comments

Comments

@lishengzxc
Copy link

I have three actions. When I export model, I only have one action(currently action "Attack").

And Animtion has no name.

How can I export three animations(actions)?

@lishengzxc
Copy link
Author

#111

@cdata Your PR can solve it?

@cdata
Copy link

cdata commented Nov 13, 2017

@lishengzxc yes, it does give you a solution to access the animations in the exported file. If you are using the GLTFLoader, you should be able to access the animations with the patch in my PR.

@KunyiLockeLin
Copy link

I just meet the same problem. So blender can exports only one action to gltf. Is it correct? It can't export plural actions. Right?

@donmccurdy
Copy link
Contributor

So blender can exports only one action to gltf. Is it correct? It can't export plural actions. Right?

That is a correct description of the problem. Sorry it isn't fixed yet.

@IARI
Copy link
Contributor

IARI commented Apr 26, 2018

Is there any waay to estimate when this issue going to be fixxed?
Any schedule for the corresponding milestone?

@donmccurdy
Copy link
Contributor

There is a work-in-progress solution here: #166 and you can download the experimental exporter from that thread. I don't have an estimate of when the PR will be merged.

@ladiszlai
Copy link

Any updates when it will be implemented to the exporter ?

@donmccurdy
Copy link
Contributor

@ladiszlai see above; you are welcome to try the work-in-progress version. Please report issues there if it doesn't work. I don't have an estimate of when the PR will be merged, I have very limited time but others are welcome to suggest PRs as well. :)

@ladiszlai
Copy link

@donmccurdy thanks I it and it seems working with my cube. Why don't you merge it to the latest version of the exporter and add an optional setting like "export all nodes (experimental) " ?

@donmccurdy
Copy link
Contributor

It is not stable enough; some things would break if it were merged now.

@titansoftime
Copy link

Considering three.js just dumped its json exporter, this would be nice to have working.

My workflow is now in limbo.

@donmccurdy
Copy link
Contributor

@titansoftime #166 is a reasonably functional WIP. That may work for you; if not, letting us know of any issues would help to move it along.

@titansoftime
Copy link

Right on, will check it out. Thank you.

@olluciano
Copy link

i will try the exporter too, just bumped into same problem, im also using threejs and multiple actions

@donmccurdy
Copy link
Contributor

Resolved by #166.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

9 participants