Blender Git Commit Log

Git Commits -> Revision 9c0cdd2

Revision 9c0cdd2 by Damien Plisson (master)
November 9, 2009, 17:06 (GMT)
- fix Cocoa window setOrder function to maintain focus on a blender window (e.g. ensure the blender window gets the focus when the user presses ESC to move back the render window)

- QuickTime export fixes.
Note that QuickTime export still crashes because it tries to open a "codec settings" dialog from the rendering background thread (and not the main/UI thread).
One quick fix may be to move the movie export initialization out of the render thread back into the operator function.
But a cleaner way would be to get rid of such a carbon/win32 dialog and place the codec settings inside blender interface
(additional fields in the output panel as it is currently the case for other file formats ?).

Commit Details:

Full Hash: 9c0cdd2501eda811829ec9a14cf3b9d1a89966aa
SVN Revision: 24424
Parent Commit: 196ecb7
Lines Changed: +22, -11

3 Modified Paths:

/intern/ghost/intern/GHOST_WindowCocoa.mm (+9, -1) (Diff)
/source/blender/quicktime/apple/quicktime_export.c (+12, -9) (Diff)
/source/blender/quicktime/quicktime_export.h (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021