Fix: EEVEE-Next: Fix crashing tests

This commit is contained in:
Clément Foucault
2024-05-10 19:49:21 +02:00
parent 5b903c8624
commit 9cb76bd728
+1 -1
View File
@@ -85,7 +85,7 @@ def setup():
grid.data.grid_resolution_z = 8
grid.data.grid_bake_samples = 128
grid.data.grid_capture_world = True
grid.data.surfel_density = 10.0
grid.data.grid_surfel_density = 100
# Make lighting smoother for most of the case.
grid.data.grid_dilation_threshold = 1.0
bpy.ops.object.lightprobe_cache_bake(subset='ACTIVE')