Files
test2/source/blender/blenkernel
Sybren A. Stüvel 4a1bf5f172 Refactor: replace BKE_fcurve_find() calls when searching in an Action
Replace those calls to `BKE_fcurve_find()` that are searching in the
curves of an Action with their corresponding call in `animrig`:

- `animrig::fcurve_find_in_action()` when it should really search
  through the entire Action,
- `animrig::fcurve_find_in_action_slot()` when only the F-Curves for a
  specific slot should be searched, or
- `animrig::fcurve_find_in_assigned_slot()` same as above, searching
  through the action slot that is assigned to the given ADT.

This also makes `animrig::fcurve_find_in_action()` compatible with both
layered and legacy Actions.
2024-09-24 11:21:20 +02:00
..
2024-05-08 11:25:00 +02:00
2024-09-10 18:56:31 +02:00
2024-09-21 16:22:52 +10:00
2024-09-19 14:54:25 -04:00
2024-08-22 17:05:48 +02:00