Blender Git Commit Log
Git Commits -> Revision 84451f8
Revision 84451f8 by Kévin Dietrich (master) December 2, 2020, 10:18 (GMT) |
Fix T83300: constant scene refreshing in Cycles with empty volumes This infinite loop is caused by a conflict between the volume mesh creation which unintentionally clears the shaders before early exiting when no grid is found, and the Blender exporter which adds back the shaders causing us to reupdate as the shaders changed. To fix this simply preserve the shaders on the Volume node. |
Commit Details:
Full Hash: 84451f89f5c1ca84a3647da6906f95f6fe9f6c1f
Parent Commit: 67353ae
Lines Changed: +4, -2
1 Modified Path:
/intern/cycles/render/volume.cpp (+4, -2) (Diff)