b79af08ade0a1ff3f952313a0504864befef3865
Symptoms were broken `keyframe_type` & `options` (e.g. falsely assuming 'NEEDED' option when this was not provided at all). The parameter order was flipped (leading to false interpretations for the enum (flag) values). For historic reference: the `keyframe_type` was introduced in570fbba3f3(but in a way that would have broken the existing API), that was tried to be corrected in46aaa53998(but that commit only flipped the order in the parameter definitions, not in the actual function `rna_FKeyframe_points_insert`). So to resolve, correct the order in the function declaration. Pull Request: https://projects.blender.org/blender/blender/pulls/132595
…
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%
