Blender Git Loki
Git Commits -> Revision 50b6f0a
Revision 50b6f0a by Ton Roosendaal (master) December 3, 2003, 15:44 (GMT) |
- another oldie! Bug 475, which was wrongly categorized by me as OpenGL error... Jesterking report helped me finding the mistake! We found out that pressing F12 while rendering is in progress, crashes... Hi Yamyam, I beg you to forgive me! Totally misread the report... the error was only in pressing F12 *during* rendering, it even restarts a render then. This happens always, no matter what is being rendered. I found the code for renderwindow doesn't use queues to store events, like in the rest of Blender, but immediately executes incoming events. This means you can even press ZKEY (zoom) or F11 (hide) while rendering. In CVS I've committed a patch that checks if Blender renders, before allowing to execute the F12 event. Also now blocked is F3 (!) during render. The other options (zoom, push window) still work. -Ton- |
Commit Details:
Full Hash: 50b6f0aa33464deb61efc15ce00cff8fb90b3448
SVN Revision: 1673
Parent Commit: ff03e82
Lines Changed: +17, -12
1 Modified Path:
/source/blender/src/renderwin.c (+17, -12) (Diff)