- 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
fcurve_find_in_action_slot_filtered()
more general
When we discussed this face-to-face, I had a slightly different approach in mind.
Discussed this face-to-face again, and decided to stick with the approach already in the PR.
fcurve_find_in_action_slot_filtered()
more general
fcurve_find_in_action_slot_filtered()
more general
group
parameter of rna_struct.keyframe_insert()
func
SEQ_fcurves_by_strip_get_from_span()
with simple utility call
I actually do ensure an assigned slot later for the slotted action case, but I agree this can be written more nicely. The old code is also being weird (e.g. misunderstanding the semantics of…
It wasn't working in the first place--this PR doesn't change that. This just makes sure that we don't have potentially dangling pointers hanging around, which was a possibility before.
action_fcurve_attach()
, and other misc cleanup