a1b10f85cd9400fabe3a42b5990a668b09bbab0c
Split `BKE_fcurve_blend_write(writer, listbase)` into two functions: - `BKE_fcurve_blend_write_data(writer, fcurve)` for the data of a single F-Curve, and - `BKE_fcurve_blend_write_listbase(writer, listbase)` for writing a list of F-Curves. And the same for `BKE_fcurve_blend_read_data()`. This is necessary for the upcoming Animation data-block, which will store F-Curves as arrays instead of `ListBase`s. No functional changes.
…
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%
