-
Notifications
You must be signed in to change notification settings - Fork 188
How can I export multiple animations(actions)? #112
Comments
@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. |
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? |
That is a correct description of the problem. Sorry it isn't fixed yet. |
Is there any waay to estimate when this issue going to be fixxed? |
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. |
Any updates when it will be implemented to the exporter ? |
@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. :) |
@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) " ? |
It is not stable enough; some things would break if it were merged now. |
Considering three.js just dumped its json exporter, this would be nice to have working. My workflow is now in limbo. |
@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. |
Right on, will check it out. Thank you. |
i will try the exporter too, just bumped into same problem, im also using threejs and multiple actions |
Resolved by #166. |
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)?
The text was updated successfully, but these errors were encountered: