Blender Git Loki
Git Commits -> Revision e8299c8
Revision e8299c8 by Sergey Sharybin (blender-v2.78-release, blender-v2.78b-release, blender-v2.78c-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 24, 2016, 12:20 (GMT) |
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. |
Commit Details:
Full Hash: e8299c81006aba1e4b926c24276ce09d70435371
Parent Commit: 21bf863
Lines Changed: +2, -2
1 Modified Path:
/intern/cycles/graph/node_type.h (+2, -2) (Diff)