Blender Git Loki
Git Commits -> Revision 8c0370e
Revision 8c0370e by William Leeson (master) November 18, 2021, 08:31 (GMT) |
Fix T93102: Principled hair shader stack was built incorrectly stack_assign_if was used in the middle of creating the shader value blocks. Which caused stack variables to be inserted in the middle of the shader value data. This resulted in the shader node data no being in sequential order. This was also the case for the wave texture wave node. Reviewed By: brecht Maniphest Tasks: T93102 Differential Revision: https://developer.blender.org/D13262 |
Commit Details:
Full Hash: 8c0370ef7b8d2854ca6eac8f57c626bb3c4b2f2b
Parent Commit: a182b05
Lines Changed: +48, -36
1 Modified Path:
/intern/cycles/scene/shader_nodes.cpp (+48, -36) (Diff)