Blender Git Commit Log

Git Commits -> Revision c4bebc03

Revision c4bebc03 by Clément Foucault (master)
April 28, 2021, 13:42 (GMT)
Fix T87464 EEVEE: Crash with deformation Motion Blur

This was caused by the new depsgraph persistence.

The GPUbatches we got from the cache being the same for each frame
means that we need to be more careful about cleanning the additional
VBOs references.

Moving the `EEVEE_motion_blur_swap_data` function call at the end of
the loop makes sure the references are cleaned.

Commit Details:

Full Hash: c4bebc03e0e7af0b6fe31c9751b81635645bd547
Parent Commit: 73913ed
Lines Changed: +9, -6

1 Modified Path:

/source/blender/draw/engines/eevee/eevee_engine.c (+9, -6) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021