Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3dsMax Animation exporter #6829

Closed
dgolovin-dev opened this issue Jul 13, 2015 · 3 comments
Closed

3dsMax Animation exporter #6829

dgolovin-dev opened this issue Jul 13, 2015 · 3 comments

Comments

@dgolovin-dev
Copy link
Contributor

When I rescale my animation to start from 55 frame and try to export this animation, then my exported animation stopped about 2 seconds from start. I dig the exporter code and found solution. You need replace expressions "(slidertime / FPS)" with "((slidertime - animationrange.start) / FPS)"

https://github.com/mrdoob/three.js/blob/master/utils/exporters/max/ThreeJSAnimationExporter.ms#L1294

https://github.com/mrdoob/three.js/blob/master/utils/exporters/max/ThreeJSAnimationExporter.ms#L1346

@mrdoob
Copy link
Owner

mrdoob commented Jul 13, 2015

@dgolovin-dev
Copy link
Contributor Author

Nice built-in editor! =)

@Mugen87
Copy link
Collaborator

Mugen87 commented Dec 27, 2017

The exporter has been removed, see #12930

@Mugen87 Mugen87 closed this as completed Dec 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants