From 2a63e062b0e71c291d57aa155d9462f68fed8535 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 10 Apr 2018 10:32:56 +0200 Subject: 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. --- tests/python/opengl_draw_tests.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/python/opengl_draw_tests.py b/tests/python/opengl_draw_tests.py index ae7f0dabf74..b6c18e289bc 100755 --- a/tests/python/opengl_draw_tests.py +++ b/tests/python/opengl_draw_tests.py @@ -36,6 +36,9 @@ if inside_blender: def render_file(filepath, output_filepath): command = ( BLENDER, + "--no-window-focus", + "--window-geometry", + "0", "0", "1024", "768", "-noaudio", "--factory-startup", "--enable-autoexec", -- cgit v1.2.3