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