blender/intern
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
..
audaspace Silent a bunch of gcc warnings (usually dummy, but noisy!). 2012-12-02 16:01:06 +00:00
bsp style cleanup, also remove redundant call to set_listbasepointers in free_main(). 2012-11-07 01:02:28 +00:00
container code cleanup: unused defines & some formatting. 2012-11-08 06:46:10 +00:00
cycles cmake was missing some header files. 2012-12-04 14:43:42 +00:00
dualcon code cleanup: remove redundant casts 2012-10-14 08:49:01 +00:00
elbeem Bugfix [#29186] Object contribute to fluid sim animation start earlier than keyframe 2012-11-23 05:00:07 +00:00
ffmpeg style cleanup: tabs & whitespace 2012-11-03 15:35:03 +00:00
ghost Fix crash opening some .blend files on OS X 10.8 with double click or drag and 2012-12-05 06:30:17 +00:00
guardedalloc Typo fix in comment. No functional changes. 2012-11-28 09:49:26 +00:00
iksolver IK Solver: 2012-11-24 00:18:34 +00:00
itasc add 2 new utility functions to the BGE mesh py api. 2012-11-10 09:45:43 +00:00
locale cmake was missing some header files. 2012-12-04 14:43:42 +00:00
memutil Patch [#33196] Warning Fixes 11-16-2012 2012-11-23 15:12:13 +00:00
mikktspace code cleanup: remove unused macros, commet some which may be useful later - or good to keep for completeness. quieted some warnings and add flags -Wmissing-include-dirs and -Wno-div-by-zero to cmake/gcc 2012-09-20 01:02:39 +00:00
moto Cycles: svn merge -r41225:41232 ^/trunk/blender 2011-10-24 22:32:00 +00:00
opencolorio Solved descriptors leak in OCIO module on windows 2012-11-22 12:48:09 +00:00
opennl Patch [#33196] Warning Fixes 11-16-2012 2012-11-23 15:12:13 +00:00
raskter style cleanup 2012-10-27 01:46:47 +00:00
smoke Fix #33411: crash baking smoke with FFT high resolution. 2012-12-05 15:46:31 +00:00
string use the format attribute in more places, disable X11 options when building with GHOST_SDL 2012-09-16 10:39:19 +00:00
utfconv code cleanup: doxy comment corrections and correct own typo animation player docs. 2012-11-26 00:59:11 +00:00
CMakeLists.txt Replacing gettext i18n backend by boost::locale one. 2012-11-11 16:54:26 +00:00
SConscript Replacing gettext i18n backend by boost::locale one. 2012-11-11 16:54:26 +00:00