Blender Git Commit Log
Git Commits -> Revision b42e4c3
Revision b42e4c3 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 19, 2016, 12:26 (GMT) |
Cycles: Fix use of uninitialized variable in SSS When ray hits curve segment with SSS shader it was possible to have uninitialized hit_P variable used for sampling. Seems that was a reason of our headache of difference between AVX2 and SSE4 render results here, so now we can revert all the nasty ifdef-ed inline policies. |
Commit Details:
Full Hash: b42e4c3c4085b2bee76d73044473cf845e7b18d6
Parent Commit: 9d4e3b0
Lines Changed: +4, -0
1 Modified Path:
/intern/cycles/kernel/kernel_subsurface.h (+4, -0) (Diff)