Blender Git Loki
Git Commits -> Revision 2a63e06
Revision 2a63e06 by Brecht Van Lommel (master) September 27, 2018, 10:21 (GMT) |
Tests: add --no-window-focus to open window without focus. This is useful to run OpenGL tests while continuing to do other tasks without windows constantly popping up in the foreground. |
Commit Details:
Full Hash: 2a63e062b0e71c291d57aa155d9462f68fed8535
Parent Commit: 09c7bfe
Lines Changed: +76, -12
12 Modified Paths:
/intern/ghost/GHOST_C-api.h (+5, -0) (Diff)
/intern/ghost/GHOST_ISystem.h (+5, -0) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+6, -0) (Diff)
/intern/ghost/intern/GHOST_System.cpp (+6, -0) (Diff)
/intern/ghost/intern/GHOST_System.h (+6, -0) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.mm (+7, -5) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.cpp (+7, -2) (Diff)
/intern/ghost/intern/GHOST_WindowX11.cpp (+7, -3) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+12, -2) (Diff)
/source/blender/windowmanager/WM_api.h (+1, -0) (Diff)
/source/creator/creator_args.c (+11, -0) (Diff)
/tests/python/opengl_draw_tests.py (+3, -0) (Diff)
/intern/ghost/GHOST_ISystem.h (+5, -0) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+6, -0) (Diff)
/intern/ghost/intern/GHOST_System.cpp (+6, -0) (Diff)
/intern/ghost/intern/GHOST_System.h (+6, -0) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.mm (+7, -5) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.cpp (+7, -2) (Diff)
/intern/ghost/intern/GHOST_WindowX11.cpp (+7, -3) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+12, -2) (Diff)
/source/blender/windowmanager/WM_api.h (+1, -0) (Diff)
/source/creator/creator_args.c (+11, -0) (Diff)
/tests/python/opengl_draw_tests.py (+3, -0) (Diff)