Fix #123113: Set Default shadow pool size

Add default pool size value in `_DNA_DEFAULT_SceneEEVEE`

Pull Request: https://projects.blender.org/blender/blender/pulls/123114
This commit is contained in:
Pratik Borhade 2024-06-13 14:19:09 +02:00 committed by Clément Foucault
parent 6147a7703c
commit 0100be91b6

@ -184,6 +184,7 @@
.gi_irradiance_smoothing = 0.1f, \
.gi_filter_quality = 3.0f, \
.gi_irradiance_pool_size = 16, \
.shadow_pool_size = 512, \
\
.taa_samples = 16, \
.taa_render_samples = 64, \