Blender Git Loki
Git Commits -> Revision 96de11c
Revision 96de11c by Philipp Oeser (master) April 2, 2019, 15:09 (GMT) |
Fix T62434: EEVEE not using correct World Output node We were already getting the designated output node in 'ntreeGPUMaterialNodes()' but this wasnt used in 'ntreeExecGPUNodes()', instead whatever node was tagged NODE_DO_OUTPUT was executed. note: this is just the bare minimum to fix the bug, other improvements previously done in D4482 might follow as a separate commit. Reviewers: brecht, fclem Maniphest Tasks: T62434 Differential Revision: https://developer.blender.org/D4630 |
Commit Details:
Full Hash: 96de11c2c67e332dc0d303210fd1fddbb532c5ca
Parent Commit: aaae212
Lines Changed: +5, -5