Go to file
Sergey Sharybin 5e216a6aa9 Fix T41005: Seemingly random crashes with cycles rendering
Fix T41013: OSL and Crash
Fix T40989: Intermittent crash clicking material color selector

Issue was caused by not enough precision for inversion threshold.
Use double precision for this threshold now. We might want to
investigate this code a bit more further, stock implementation
uses doubles for all computation. Using floats might be a reason
of bad rows distribution in theory.
2014-07-10 19:04:03 +06:00
build_files Fix compilation error with scons when building from detached head 2014-07-10 16:23:48 +06:00
doc BGE: Fix for applyImpulse function 2014-07-07 08:06:39 -07:00
extern OSX/scons: Try to get rid of buildproblems with openjpeg enabled in certain build environments and prepend SDK_FLAGS to CFLAGS always 2014-07-06 14:10:41 +02:00
intern Fix T41005: Seemingly random crashes with cycles rendering 2014-07-10 19:04:03 +06:00
release Implement Start Resolution for preview render in BI 2014-07-09 19:55:40 +06:00
scons@1ec93106c4 Fix T40606: Blender 2.71RC1 for Windows uses too old blender.mo file in Japanese 2014-06-16 14:04:49 +06:00
source Fix for invalid memory access in graph editor when deleting the last 2014-07-10 13:03:05 +02:00
tests BLI_string, dont pass unicode to ascii BLI_str_partition functions 2014-07-08 06:06:34 +10:00
.arcconfig Use HTTPS protocol for arc 2013-12-24 22:57:27 +06:00
.gitignore .gitignore: Adding CMakeLists.txt.user for QtCreator users. 2014-01-26 17:52:14 -08:00
.gitmodules Initialize git submodules for addons, locales and scons 2013-11-15 12:19:08 +06:00
CMakeLists.txt OSX/CMAKE: Way better fix for T40887, checks where failing with clang-omp 2014-07-08 23:35:04 +02:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Move tests into tests/ top-level dir 2014-06-18 22:03:46 +10:00
SConstruct Need to disable Libmv for cudakernels target 2014-07-10 10:56:38 +06:00