blender/intern/smoke
Brecht Van Lommel 2b962212c8 Fix #33411: crash baking smoke with FFT high resolution.
CMake had FFTW disabled by default, and when FFTW was not enabled it lead to
uninitialized memory usage. Now it falls back to wavelet if there is no FFTW,
and I've enabled it by default in CMake. If it's not found on Linux it will get
disabled automatically.
2012-12-05 15:46:31 +00:00
..
extern Google Summer of Code project: "Smoke Simulator Improvements & Fire". 2012-10-10 13:18:07 +00:00
intern Fix #33411: crash baking smoke with FFT high resolution. 2012-12-05 15:46:31 +00:00
CMakeLists.txt code cleanup: remove redundant casts 2012-10-14 08:49:01 +00:00
SConscript replace define '#if FFTW3==1' --> '#ifdef WITH_FFTW3' 2011-09-05 23:46:08 +00:00