Files
test/source
Nathan Vegdahl 9a28e1d1b8 Refactor: move fcurve methods from KeyframeStrip to ChannelBag
Semantically this is where those methods belong anyway, and it's needed
for upcoming work on the RNA API.

This also adds a method `KeyframeStrip::channelbag_for_slot_ensure()` to
make some of the things that used to be done with
`KeyframeStrip::fcurve_find_or_create()` less inconvenient in the face
of the latter moving to `ChannelBag::fcurve_find_or_create()`.

Pull Request: https://projects.blender.org/blender/blender/pulls/124973
2024-07-18 15:07:16 +02:00
..