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:
authorDalai Felinto <dfelinto@gmail.com>2017-04-13 17:28:47 +0300
committerDalai Felinto <dfelinto@gmail.com>2017-04-13 17:28:50 +0300
commit5a5f1dc8e495d8c3e8c4acce0f45830e968979c2 (patch)
treeffa8e4d9d597179818281782e468ce20b2da800e /tests/python/render_layer/CMakeLists.txt
parent9b53bab0b7e29931b42c1969c401fc33a268ec12 (diff)
Unittests for depsgraph layer collection render settings evaluation
Some of the tests are failing at the moment. Those problems were introduced in eba09b1520
Diffstat (limited to 'tests/python/render_layer/CMakeLists.txt')
-rw-r--r--tests/python/render_layer/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/python/render_layer/CMakeLists.txt b/tests/python/render_layer/CMakeLists.txt
index efe7e280a41..2ec944d693f 100644
--- a/tests/python/render_layer/CMakeLists.txt
+++ b/tests/python/render_layer/CMakeLists.txt
@@ -62,6 +62,13 @@ endmacro()
RENDER_LAYER_TEST(active_collection)
RENDER_LAYER_TEST(collection_rename)
+RENDER_LAYER_TEST(evaluation_render_settings_a)
+RENDER_LAYER_TEST(evaluation_render_settings_b)
+RENDER_LAYER_TEST(evaluation_render_settings_c)
+RENDER_LAYER_TEST(evaluation_render_settings_d)
+RENDER_LAYER_TEST(evaluation_render_settings_e)
+RENDER_LAYER_TEST(evaluation_render_settings_f)
+RENDER_LAYER_TEST(evaluation_render_settings_g)
RENDER_LAYER_TEST(evaluation_visibility_a)
RENDER_LAYER_TEST(evaluation_visibility_b)
RENDER_LAYER_TEST(evaluation_visibility_c)