- 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
tmp_slot_handle
and tmp_slot_name
on liboverride apply
Huh. I've tried kicking off the build bot twice now, and both have been met by complete silence. Not sure what's going on.
Didn't catch anything that looks wrong, so I think as soon as #129002 lands we can land this.
This PR also contains #128892, which should definitely land first. After that I'll rebase this PR to clean it up.
Based on what you said in person earlier and looking at the two PRs, I assume…
Just one note that you can take or leave (it's more of a stylistic preference thing).
Rather than creating the fcurves
temporary, you can just pass animrig::legacy::fcurves_first_slot(act)
directly as the argument to BKE_fcurve_pathcache_create()
. C++ doesn't destruct temporaries in arguments until the function has returned.
This was reviewed by @dr.sybren in person.