From d8c4e59f673cae8a2090a2821730fc01d1287518 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 2 Feb 2012 05:11:42 +0000 Subject: * fix for error in shape transfer (wrong var name). * fix for error alligning object to the view when no space was set. also added blenderplayer start to CTest operator blacklist. --- source/tests/bl_run_operators.py | 1 + 1 file changed, 1 insertion(+) (limited to 'source/tests') diff --git a/source/tests/bl_run_operators.py b/source/tests/bl_run_operators.py index 476ccc30b54..b3781e94696 100644 --- a/source/tests/bl_run_operators.py +++ b/source/tests/bl_run_operators.py @@ -37,6 +37,7 @@ op_blacklist = ( "render.render", "*.*_export", "*.*_import", + "wm.blenderplayer_start", "wm.url_open", "wm.doc_view", "wm.path_open", -- cgit v1.2.3