Files
test2/source/blender
Christoph Lendenfeld 39cc72ea25 Fix: Stepping issue with Butterworth filter
The same issue for Smooth (Gaussian) which was reported in #109799 also affects the Butterworth filter.
When keys were not exactly on the frame, but offset even by minimal values the filter would introduce stepping.
Fix it by using `round()` instead of `(int)` when calculating the index to the filtered values array

Pull Request: https://projects.blender.org/blender/blender/pulls/110060
2023-07-13 15:47:29 +02:00
..
2023-07-07 16:00:50 +10:00
2023-07-12 12:45:35 +10:00
2023-07-12 14:06:46 -07:00
2023-07-13 13:43:20 +10:00
2023-07-12 22:39:23 +02:00