- 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
hm sorry I think that was my bad. I thought this would set the slider to a -1/1 range but it does not. It just allows negative values. In that case your implementation is correct until we add…
that's why I mentioned I need to change the name of the function
a segment is defined as a continual selection of keyframes
yet the function fcurve_segment_start_get
doesn't actually return…
Video of an impulse Response at Filter Order 4 with Cutoff Frequency 0-1
Since there is now a smoothing algorithm in Blender (Gaussian Smooth) that allows uneven key distance, this can be seen as resolved
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];