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 6b6ea352f2 - Show all commits

View File

@ -1162,7 +1162,7 @@ void GRAPH_OT_shear_left(wmOperatorType *ot)
/* Identifiers. */
ot->name = "Shear Left Keyframes";
ot->idname = "GRAPH_OT_shear_left";
ot->description = "Affects the value of the keys linealy keeping the same\n\
ot->description = "Affects the value of the keys linealy keeping the same \n\
relationship between them using the left key as reference";

I assume you mean "linearly"?

I assume you mean "linearly"?
/* API callbacks. */