This PR changes the ranges of some of the operators in the Graph Editor to be more logical The following operators have been modified to with a range of -1/1 with the default of 0 * Blend to Neighbor * Breakdown * Ease This is a breaking change because python calls to these operators will now yield different results (e.g. Blend To Neighbor at 0 does nothing now, while before it did blend to the left neighbor) Pull Request: https://projects.blender.org/blender/blender/pulls/107173