Animation: Insert Keyframe only on active FCurve #106307

Merged
Christoph Lendenfeld merged 1 commits from ChrisLend/blender:graph_editor_insert_keyframe_on_active into main 2023-03-30 16:30:05 +02:00
Showing only changes of commit b3b45e1d7b - Show all commits

View File

@ -80,6 +80,11 @@ static const EnumPropertyItem prop_graphkeys_insertkey_types[] = {
0,
"Only Selected Channels",
"Insert a keyframe on selected F-Curves using each curve's current value"},
{GRAPHKEYS_INSERTKEY_ACTIVE,
"ACTIVE",
0,
"Only Active F-Curve",
"Insert a keyframe on the active F-Curve using the curve's current value"},
{GRAPHKEYS_INSERTKEY_ACTIVE | GRAPHKEYS_INSERTKEY_CURSOR,
"CURSOR_ACTIVE",
0,