The issue was caused by un-initialized local storage for volume
intersection hits which are supposed to be stored in per-thread
KernelGlobals.
Fix is to make thread_shader() be the same as thread_render() in
respect of KernelGlobals.
Differential D5230
Fix T66604: Cycles bake crash on specific scene with volume Authored by Sergey Sharybin (sergey) on Jul 11 2019, 3:24 PM. Tags None Subscribers None
Details The issue was caused by un-initialized local storage for volume Fix is to make thread_shader() be the same as thread_render() in
Diff Detail
|