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
Showing only changes of commit c2111305f4 - Show all commits

View File

@ -523,7 +523,7 @@ bool blend_to_infinity_fcurve_segment(FCurve *fcu, FCurveSegment *segment, const
/* Avoids dividing by 0. */
if (x_delta == 0) {
return true;
return false;
}
for (int i = segment->start_index; i < segment->start_index + segment->length; i++) {