blender/intern/cycles
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
..
app Fix for last commit, accidentaly removed transparent shadows property. 2014-11-17 11:31:59 +01:00
blender Fix T42829: Cycles crash rendering when file is saved to specific location 2014-12-11 16:55:10 +05:00
bvh Cycles: Code cleanup, typo 2014-12-10 00:08:33 +05:00
cmake Ghost Context Refactor 2014-10-07 15:47:32 -05:00
device Docs: reference the new manual 2014-12-08 11:18:58 +01:00
doc Cycles: relicense GNU GPL source code to Apache version 2.0. 2013-08-18 14:16:15 +00:00
kernel Cycles: Fix difference between SVM and OSL implementation of Normal node 2014-12-10 19:07:50 +05:00
render Cleanup: spelling 2014-12-08 09:46:21 +01:00
subd Add safe_normalize to cycles, avoid checking length first 2014-11-08 13:37:42 +01:00
util Cycles: Fix compilation error with MinGW and logging enabled 2014-12-08 19:37:41 +05:00
CMakeLists.txt Cycles: Use lock in the memory statistics 2014-12-02 15:50:46 +05:00
SConscript Cycles: Support logging when building with SCons 2014-12-03 22:46:56 +05:00