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

file size and limiting bones. #12

Open
spiraloid opened this issue Jun 28, 2018 · 2 comments
Open

file size and limiting bones. #12

spiraloid opened this issue Jun 28, 2018 · 2 comments

Comments

@spiraloid
Copy link

spiraloid commented Jun 28, 2018

Hello, I'm looking at baking some simulated bones with this and am starting to update your scripts to allow for only recording bones specified by an avatarMask and to limit the recording framerate for 15fps. Basically I need to shrink the .anim file (don't need keys for position and scale on every frame).

Before I dive too far, I thought I'd check if you or anyone has already done this.

@newyellow
Copy link
Owner

Well, this project still needs some work to be a "complete tool". For now, it still needs some customization to fit every case. For example, recording in Update, FixedUpdate or LateUpdate could matter when working with some other plugins. I didn't write options for every use case though.

In this case, you can simply add something like if( frameCount % 3 == 0 ) to limit the record rate. (I did this two days ago when I'm recording an AR effect for my project)

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
@newyellow @spiraloid and others