469762fb6b376c0bcd1a6c3b824c767060529d7e
bke::action_foreach_id()
Avoid looping over all F-Curves in `bke::action_foreach_id()`. This was only necessary to support the possible ID* in custom properties on the Python F-Curve modifier, but that modifier has been removed in the preceeding commit. Even though `BKE_fcurve_foreach_id()` exists, it is only relevant for drivers, but the F-Curves stored in an Action are always just animation data, not drivers. No functional changes intended. Pull Request: https://projects.blender.org/blender/blender/pulls/123906
…
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%
