Animation: Blend To Ease Slider #110566

Merged
Christoph Lendenfeld merged 21 commits from ChrisLend/blender:blend_to_ease_slider into main 2023-08-10 17:51:20 +02:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 42803d8528 - Show all commits

View File

@ -1068,8 +1068,8 @@ void GRAPH_OT_blend_offset(wmOperatorType *ot)
0.0f,
-FLT_MAX,
FLT_MAX,
"Curve Bend",
"Control the bend of the curve",
"Offset Factor",
"Control which key to offset towards and how far",
-1.0f,
1.0f);
}