8dbd167e80217dd0ad97113f16dd184224c52fa5
This changes the following keyframing functions to return `SingleKeyingResult`, which is in turn used for better failure reporting in the higher-level functions that call them: - `KeyframeStrip::keyframe_insert()` - `insert_vert_fcurve()` As a side effect, this also means that `rna_KeyframeAnimationStrip_key_insert()` can no longer return an `FCurve *`, and now instead returns a bool indicating success. This is part of an ongoing progressive refactor to improve error messages and failure handling in the keyingframing code. Pull Request: https://projects.blender.org/blender/blender/pulls/121517
…
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%
