Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-02-02 09:11:42 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-02-02 09:11:42 +0400
commitd8c4e59f673cae8a2090a2821730fc01d1287518 (patch)
tree8548784da498d2ba23fb89fbafc238bcd49a75f7 /source/tests
parent369ae3d28d54cf2723ca8eddf1a76a7737b3fbe1 (diff)
* 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.
Diffstat (limited to 'source/tests')
-rw-r--r--source/tests/bl_run_operators.py1
1 files changed, 1 insertions, 0 deletions
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",