- mostly Madrid
- http://www.christoph.lendenfeld.at/
-
I used to be an animator like you, but then I took an "oh you can code" to the knee
- Joined on
2020-01-09
I'll close this down. Butterworth is in progress and gaussian smooth that doesn't have the described issue is merged
yeah you need the new_x_delta
, but you don't need it to be in an if else, if you've saved the key.
new_x_delta = fcu->bezt[i].vec[1][0] - reference_key->vec[1][0];
thanks for all the ideas, I consider this task finished now. Not all things I looked at could be implemented easily, that doesn't mean they are off the table, just that they are more work than…
if you use ED_slider_is_bidirectional_set
you can just say factor > 0
and remove the boolean
really nice! Good job on making the s_curve function. could potentially be used in ease_fcurve_segment
as well
you can also set the slider itself to go from -1/1 using ED_slider_is_bidirectional_set