blender/intern/cycles/graph
Sergey Sharybin da8f5d6eac Cycles: Don't use guarded vector for statically initialized data
This will confuse hell of a guarded allocators because it is possible
to have allocation happened prior to Blender's guarded allocator is
fully initialized.

This was causing crashes and assert failures when running blender
with fully guarded memory allocator.
2016-10-24 14:18:22 +02:00
..
CMakeLists.txt Code refactor: add generic Cycles XML node read and write functions. 2016-05-22 17:29:25 +02:00
node_enum.h Code refactor: add generic Cycles node infrastructure. 2016-05-22 17:29:24 +02:00
node_type.cpp Cycles: Fix the Convert Node type registration 2016-06-23 03:15:57 +02:00
node_type.h Cycles: Don't use guarded vector for statically initialized data 2016-10-24 14:18:22 +02:00
node_xml.cpp Fix Cycles debug build assert on some platforms, tighten checks to avoid this in the future. 2016-06-12 17:35:15 +02:00
node_xml.h Code refactor: add generic Cycles XML node read and write functions. 2016-05-22 17:29:25 +02:00
node.cpp Fix Cycles debug build assert on some platforms, tighten checks to avoid this in the future. 2016-06-12 17:35:15 +02:00
node.h Fix Cycles debug build assert on some platforms, tighten checks to avoid this in the future. 2016-06-12 17:35:15 +02:00