Animation: shear left slider #106521

Closed
AresDeveaux wants to merge 9 commits from AresDeveaux/blender:shear_left_slider into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 174ddcbeb5 - Show all commits

View File

@ -1163,7 +1163,7 @@ void GRAPH_OT_shear_left(wmOperatorType *ot)
ot->name = "Shear Left Keyframes";
ot->idname = "GRAPH_OT_shear_left";
ot->description =
"Affects the value of the keys linealy keeping the same \n\
"Affects the value of the keys linearly keeping the same \n\

I assume you mean "linearly"?

I assume you mean "linearly"?
relationship between them using the left key as reference";
/* API callbacks. */