Blender Git Commit Log
Git Commits -> Revision 38bb263
Revision 38bb263 by Clément Foucault (master) January 30, 2021, 15:56 (GMT) |
Fix T81193 EEVEE: Crash when motion blur is aborted at cache finish This was caused by a use after free. The issue was that the motion steps were successfully gathered but failling the last vertex count check, discarding the copied VBOs but not removing the reference of the first VBO which was passing the test. |
Commit Details:
Full Hash: 38bb26342227759e8e2ccd98e1b4e800ca141fb2
Parent Commit: 3a954af
Lines Changed: +18, -6
1 Modified Path:
/source/blender/draw/engines/eevee/eevee_motion_blur.c (+18, -6) (Diff)