Animation: shear right slider #106522

Closed
AresDeveaux wants to merge 6 commits from AresDeveaux/blender:shear_right_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 e55625d351 - Show all commits

View File

@ -1163,7 +1163,7 @@ void GRAPH_OT_shear_right(wmOperatorType *ot)
ot->name = "Shear Right Keyframes";
ot->idname = "GRAPH_OT_shear_right";
ot->description =
"Affects the value of the keys linealy keeping the same \n\
"Affects the value of the keys linearly keeping the same \n\
relationship between them using the right key as reference";
/* API callbacks. */