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

Fix bug in animation clip export due to lag in drivers update #88

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pouleyKetchoupp
Copy link

Blender has one frame delay in updating drivers when playing an animation clip.

This causes a bug when exporting animation clips with drivers, the transformation of some bones in the first frame can be off, and that can lead to a staggered animation loop.

This change fixes the issue by jumping to the first two frames of the animation clip just before exporting the clip, allowing Blender to initialize the drivers correctly.

@pouleyKetchoupp pouleyKetchoupp changed the title * fix for bug in animation clip export due to lag in drivers update Fix bug in animation clip export due to lag in drivers update Oct 23, 2018
@Calinou Calinou added the bug label Feb 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants