Animation: Insert Keyframe only on active FCurve #106307
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user