Go to file
Sergey Sharybin cb7cf523e5 Fix T42829: Cycles crash rendering when file is saved to specific location
The issue was caused by the way how RNA pointer was created for the bMain:
namely Cycles was using RNA_id_pointer_create to create the pointer, which
would then try to refine the poniter based on the ID type.

This is just wrong and worked so far just because of co-incident, with the
file path from the bug report first letters in the ID name happened to be
NT which corresponds to NodeTree, and for sure refining such pointer will
fail.

Simple solution -- use proper way to create RNA pointer for non-ID block.
2014-12-11 16:55:10 +05:00
build_files Switch to numpy 1.9 for windows platform 2014-12-10 13:50:51 +05:00
doc API Docs: remove hardcoded self from shellscript 2014-11-26 20:24:04 +01:00
extern Libmv: Reshuffle CMake and SCons configuration files 2014-12-11 11:58:03 +05:00
intern Fix T42829: Cycles crash rendering when file is saved to specific location 2014-12-11 16:55:10 +05:00
release Fix for object_utils.object_data_add: Now supports None obdata for 2014-12-10 17:22:26 +01:00
scons@625d446ae8 Fixed border extension for the sunbeams node. 2014-09-23 11:42:11 +02:00
source Fix ping-pong actions when using the Action Actuator. 2014-12-11 00:05:11 -08:00
tests Add Murmur2A hashing feature to BLI 2014-11-14 11:00:26 +01:00
.arcconfig Use HTTPS protocol for arc 2013-12-24 22:57:27 +06:00
.gitignore Revert "ignore conflict files" 2014-08-08 06:00:49 +10:00
.gitmodules Initialize git submodules for addons, locales and scons 2013-11-15 12:19:08 +06:00
CMakeLists.txt Input Method Editor (IME) support for text buttons 2014-12-07 00:58:17 +01:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile CMake: add 'full' to 'make help' 2014-11-14 00:19:53 +01:00
SConstruct Input Method Editor (IME) support for text buttons 2014-12-07 00:58:17 +01:00