b2aa36485bbca0d755fc2ff816639714f67a2637
Caused by #113504 The `type` property has been removed from the operator, but of course that is a breaking change in 4.1. (e.g. reported here: #117547) At the time of making the patch, I wasn't sure how to handle all cases but it turns out its not complicated. I've added back the property with the following logic. * Try to get the `KeyingSet` from the `type`. * `type` defaults to 0 which means the `ANIM_keyingset_get_from_enum_type` will get it from the scene. * If the scene doesn't have one, or a valid index isn't passed in the `KeyingSet` will be a `nullptr` in which case it inserts from the user preferences. Pull Request: https://projects.blender.org/blender/blender/pulls/117718
…
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%
