- Amsterdam, Netherlands
- https://cessen.com
-
Animator, rigger, and software developer. Currently working at the Blender Institute as a developer on Blender's animation system.
Been using Blender since 1998, and worked on Big Buck Bunny and Sintel (two of Blender's open movie projects).
- Joined on
2003-03-21
This could indeed be a bug.
@HSUCHIACHAN Can you confirm whether or not you have visual keying enabled? And if you do, can you try disabling it and see if the issue persists?
The reason I'm…
Looks good to me, and indeed seems to fix the issue when testing.
Looks good to me, and seems to work when testing.
Gah, make update
did a stupid thing. Started over with a git diff
and git apply
on a fresh branch.
agrp_keyframes_loop()
to work with layered actions
This looks good to me. Just a couple of last nits that can be addressed while landing.
This doc comment needs to be updated: it still talks about adding items to a Vector that gets returned. Also document that this function is specific to layered actions (it's kind of obvious from the fact that it takes a slot handle, but just to make it abundantly clear).
I think it would be good to add a BLI_assert()
that action
is a layered action, since this function isn't meaningful for layered actions.