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 5ea5535ca1 - Show all commits

View File

@ -1184,7 +1184,7 @@ void GRAPH_OT_shear_left(wmOperatorType *ot)
FLT_MAX,
"Curve Bend",
"Control the bend of the curve",
0.0f,
-1.0f,

tiny thing I noticed, the soft minimum should be -1 if the slider has a range of -1/1

tiny thing I noticed, the soft minimum should be -1 if the slider has a range of -1/1
1.0f);
}