30711d13981e445f76f7eb6ac1d3b41c0838b497
Bring back the `INSERTKEY_XYZ_TO_RGB` enum item for the `keyframe_insert()` function (it was removed in30b0c5b225). This way any Python code that targets Blender 4.x can safely pass this flag, without having to check specific Blender versions. Note that the flag is implemented as a no-op, as the behaviour change introduced in30b0c5b225(just looking at the user preference) is still retained. The purpose of this commit is simply to avoid the `ValueError` exception that would otherwise be raised. This should also fix Rigify report blender/blender-addons#105241. Pull Request: https://projects.blender.org/blender/blender/pulls/119625
…
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%
