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 sampling step alignement #2389

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

julienduroure
Copy link
Collaborator

Root issue is having a sampling step different than 1, and full object baking enable.

Step is 3
Action starts at 1, so the action will try to export frames 1 / 4 / 7 / 10, etc...
But full object backing is enable, and scene starts at 0.
So cached data are on frame 0 / 3 / 6 / 9 / 12, etc...

When we are trying to export the action on armature after the full bake on empty, we are trying to retrieve frame 1, but cache was on 0 / 3 / 6 / 9

Workaround before I fix it:

Set step at 1 (probably not what you want)
Keep step at 3, but start scene at 1 instead of 0 => This will align the cache to same values

@julienduroure julienduroure added this to the Blender 4.2 LTS milestone Oct 30, 2024
@julienduroure julienduroure merged commit 13ff682 into blender-v4.3-release Oct 31, 2024
2 checks passed
julienduroure added a commit that referenced this pull request Nov 14, 2024
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

Successfully merging this pull request may close these issues.

1 participant