Blender Git Commit Log
Git Commits -> Revision 77cd818
Revision 77cd818 by Lukas Stockner (master) July 13, 2020, 00:00 (GMT) |
Cycles: Remove Vector input on Sky texture when using the included sun When using the sun, we need to sun sampling logic to avoid excessive sampling map resolution, but that logic assumes that the Vector input comes from the view direction. That is the case in the vast majority of cases anyways, so the easiest solution is to just remove the input for that case. Differential Revision: https://developer.blender.org/D8091 |
Commit Details:
Full Hash: 77cd8182f865022320d0e48b31b599bad033dab5
Parent Commit: 474dcbc
Lines Changed: +12, -2