You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert "Display deprecation warning when writing FFT compressed anim chans"
This reverts commit 2c6a6c9.
This commit constitutes a commitment to keep the FFT compression feature
around in 1.10 and beyond. The plan at this time is to replace FFTW
support with FFTS (which is comparable in speed and much more liberally
licensed) and have a builtin DFT/FFT implementation to fall back on when
FFTS is not available. In this regard, FFTS does for Fourier transforms
what Eigen does for linear transforms: it provides a more efficient
implementation for Panda to use, but isn't necessary for the functionality
to work.
0 commit comments