Go to file
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
build_files Make installation of some libs off by default (use --with-all option to re-enable them). Currently affected libs: 2012-12-05 11:58:38 +00:00
doc pydna experimental ctypes DNA api was broken with more recent python versions, and some minor doc edits. 2012-12-05 03:38:01 +00:00
extern cmake was missing some header files. 2012-12-04 14:43:42 +00:00
intern Fix #33411: crash baking smoke with FFT high resolution. 2012-12-05 15:46:31 +00:00
release Fix #33417: add back GPU Mipmap Generation option, apparently with this disabled 2012-12-05 11:46:13 +00:00
source Fix for crop operation using uninitialized bounds in cases input image resolution is zero. 2012-12-05 14:27:51 +00:00
CMakeLists.txt Fix #33411: crash baking smoke with FFT high resolution. 2012-12-05 15:46:31 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile code cleanup: comment unused members of bmesh operator slots and some osl style edits. 2012-11-20 14:31:58 +00:00
SConstruct Fix scons not installing closure/ directory for runtime compiles of CUDA kernel. 2012-12-03 16:51:05 +00:00