Animation: Match Slope slider #110567

Merged
Christoph Lendenfeld merged 24 commits from ChrisLend/blender:blend_to_infinity_slider into main 2023-08-17 10:28:56 +02:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 4fad9838c4 - Show all commits

View File

@ -467,6 +467,7 @@ void ease_fcurve_segment(FCurve *fcu, FCurveSegment *segment, float factor);
*/
void blend_offset_fcurve_segment(FCurve *fcu, FCurveSegment *segment, float factor);
bool decimate_fcurve(bAnimListElem *ale, float remove_ratio, float error_sq_max);
bool blend_to_infinity_fcurve_segment(FCurve *fcu, FCurveSegment *segment, float factor);
/**
* Blends the selected keyframes to the default value of the property the F-curve drives.