Blender Git Commit Log
Git Commits -> Revision 0d0df68
Revision 0d0df68 by Richard Antalik (master) May 24, 2020, 19:03 (GMT) |
Fix(unreported): Crash on prefetching while transforming strip. While investigating T76274, I found crash scenario when playhead is near end frame and moving a strip. It is not as easy to reproduce, about 5% success rate, and it will be even harder after rB4066c921fbe5. Exact cause wasn't identified yet. I wanted to disable prefetching during modal operator execution in VSE, but currently I don't have any signalling method in place. Checking for G.moving seems to resolve this problem, but it doesn't adress root cause of bug. Reviewed By: brecht Differential Revision: https://developer.blender.org/D7820 |
Commit Details:
Full Hash: 0d0df683d983200dad5f33d0d1b2c8b417d7199f
Parent Commit: 22462fe
Lines Changed: +2, -2
1 Modified Path:
/source/blender/blenkernel/intern/seqprefetch.c (+2, -2) (Diff)