Anim: remove deprecated XYZ_TO_RGB flag on keyframe_insert()
The `INSERTKEY_XYZ_TO_RGB` flag on `datablock.keyframe_insert()` in Blender's Python API was changed to do nothing in #115297 and #119625, in favor of determining fcurve coloring exclusively from user preferences. This PR removes that now-useless `INSERTKEY_XYZ_TO_RGB` flag entirely. Pull Request: https://projects.blender.org/blender/blender/pulls/147262
This commit is contained in:
committed by
Nathan Vegdahl
parent
21d2ce19f8
commit
e6f1cd6a29
@@ -314,9 +314,6 @@ char pyrna_struct_keyframe_insert_doc[] =
|
||||
" - ``INSERTKEY_NEEDED`` Only insert keyframes where they're needed in the relevant "
|
||||
"F-Curves.\n"
|
||||
" - ``INSERTKEY_VISUAL`` Insert keyframes based on 'visual transforms'.\n"
|
||||
" - ``INSERTKEY_XYZ_TO_RGB`` This flag is no longer in use, and is here so that code "
|
||||
"that uses it doesn't break. The XYZ=RGB coloring is determined by the animation "
|
||||
"preferences.\n"
|
||||
" - ``INSERTKEY_REPLACE`` Only replace already existing keyframes.\n"
|
||||
" - ``INSERTKEY_AVAILABLE`` Only insert into already existing F-Curves.\n"
|
||||
" - ``INSERTKEY_CYCLE_AWARE`` Take cyclic extrapolation into account "
|
||||
|
||||
Reference in New Issue
Block a user