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-11-30 20:15:49 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-11-30 20:15:49 +0400
commitd72a6c3018f754cc1628267edd45f6a83afbfa42 (patch)
tree015ae8d1395d0755d71d66d076718b84b64ce495 /source/tests
parent46636a601e03eec7d78bc31064065980609187e6 (diff)
fix for another error in my own recent commit, beauty fill crashed.
Diffstat (limited to 'source/tests')
-rw-r--r--source/tests/bl_run_operators.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/tests/bl_run_operators.py b/source/tests/bl_run_operators.py
index f792b83a8cd..5bb25537458 100644
--- a/source/tests/bl_run_operators.py
+++ b/source/tests/bl_run_operators.py
@@ -35,13 +35,16 @@ op_blacklist = (
"*.open_*",
"*.link_append",
"render.render",
+ "render.play_rendered_anim",
"*.*_export",
"*.*_import",
"wm.blenderplayer_start",
"wm.url_open",
"wm.doc_view",
"wm.path_open",
- "help.operator_cheat_sheet",
+ "wm.theme_install",
+ "wm.context_*",
+ "wm.operator_cheat_sheet",
"wm.keyconfig_test", # just annoying - but harmless
"wm.memory_statistics", # another annoying one
"console.*", # just annoying - but harmless