4bfa0de388c67555a3ce8a1a011fc8b775f8b67a
Because we're moving to layered actions, which don't store their fcurves in a list base, we need to update the places that assume the old listbase-based structure. This commit addresses the low-hanging fruit where code was previously using the `LISTBASE_FOREACH` macro on a listbase of fcurves and it was fairly obvious how to correctly update the code with minimal changes. Other cases that either weren't immediately obvious or required non-trivial code changes (or both) have been left for future PRs. Additionally, uses of the list base that didn't use `LISTBASE_FOREACH` were not investigated as part of this PR, whether trivial to update or not. Ref: #123424 Pull Request: https://projects.blender.org/blender/blender/pulls/127920
…
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%
