4a1bf5f17203a6f13194d91937d76f35627a386b
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.
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
