Blender Git Commit Log
Git Commits -> Revision 7366283
Revision 7366283 by Sergey Sharybin (master) December 10, 2014, 12:28 (GMT) |
Fix T42818: Cycles SSS passes are incorrect for SSS size of 0 This was caused by some internal optimization which evaluated SSS with size of zero as BSDF but used different ID so the evaluation result didn't appear in regular diffuse pass. This lead to situation when SSS data was nowhere stored if the size was zero. Now SSS with zero size and close-to-zero sizes will be handled in the same way from the passes point of view. |
Commit Details:
Full Hash: 7366283c0107a350ff9e6ed9d4699e0e1f74aef4
Parent Commit: 602250d
Lines Changed: +1, -1
1 Modified Path:
/intern/cycles/kernel/kernel_shader.h (+1, -1) (Diff)