Page MenuHome

Fix T82220 Missing viewport update after manual "HDRI Preview Size" input
ClosedPublic

Authored by Clément Foucault (fclem) on Nov 4 2020, 4:11 PM.

Details

Summary

This is caused by the TAA being reset after the init phase, leading to
1 sample being kept as valid when it is clearly not.

To fix this, we run the lookdev validation before TAA init.

Diff Detail

Repository
rB Blender

Event Timeline

Jeroen Bakker (jbakker) added inline comments.
source/blender/draw/engines/eevee/eevee_effects.c
91

here = before the call to EEVEE_temporal_sampling_init ?

This revision is now accepted and ready to land.Nov 6 2020, 8:38 AM
source/blender/draw/engines/eevee/eevee_effects.c
91

Yes I'll fix the comment.