Blender Git Loki
Git Commits -> Revision 5986160
Revision 5986160 by Jeroen Bakker (master) May 24, 2019, 14:33 (GMT) |
EEVEE: Volumetrics When viewport samples are set to 1 simple scenes with volumetrics crash. EEVEE volumetrics needs to init the post processing buffers. With recent changes the need for post processing buffers are known after the cache init. But they are constructed before the cache init. This lead to null pointers. Reviewed By: fclem Maniphest Tasks: T64922 Differential Revision: https://developer.blender.org/D4942 |
Commit Details:
Full Hash: 5986160dd0f11ce0e5302d7bcf7d386925164de6
Parent Commit: d8f0964
Lines Changed: +11, -11