Blender Git Commit Log
Git Commits -> Revision 4432209
Revision 4432209 by Clément Foucault (master) July 20, 2020, 15:23 (GMT) |
Fix T78321 Eevee: Motion blur crash rendering animation with high steps count This was caused by `BPy_*_ALLOW_THREADS` being used when it shouldn't. Implemented the simple fix suggested by @brecht : > The simplest solution may be to ensure that Python stuff is only done > when called through the RNA API, and not when Eevee calls it directly. |
Commit Details:
Full Hash: 443220984978bfc982799848762d77bc1d10e8c0
Parent Commit: 7484e45
Lines Changed: +16, -9