Blender Git Commit Log

Git Commits -> Revision f7d415a

Revision f7d415a by Clément Foucault (master)
March 14, 2019, 15:53 (GMT)
Fix T58610: EEVEE: camera motion blur renders only one viewport sample

This fix saves the camera matrices in order to not call
BKE_animsys_evaluate_animdata during each draw loop. This function tags
the view as dirty even if the camera does not move.
This effectivly, avoids the constant reset of TAA.

Commit Details:

Full Hash: f7d415ab42c3203d370b62d6ed99e7a894030a33
Parent Commit: 81531d4
Lines Changed: +54, -30

3 Modified Paths:

/source/blender/draw/engines/eevee/eevee_motion_blur.c (+51, -26) (Diff)
/source/blender/draw/engines/eevee/eevee_private.h (+2, -0) (Diff)
/source/blender/draw/engines/eevee/eevee_temporal_sampling.c (+1, -4) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021