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-03-31 18:26:33 +0300
committerDalai Felinto <dfelinto@gmail.com>2017-03-31 18:37:52 +0300
commitb0998df60842f59d194163042a13cf4e0fde29d8 (patch)
treeac289a6aec54a84069279be1b41670d414649957 /tests/python/render_layer/CMakeLists.txt
parentd9b89ca0d0c8ad87e59994ad2c8a546614f75bdb (diff)
Layers: Fix scene copying after IDProperty changes
(also unittest: split scene copy in 4 tests)
Diffstat (limited to 'tests/python/render_layer/CMakeLists.txt')
-rw-r--r--tests/python/render_layer/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/python/render_layer/CMakeLists.txt b/tests/python/render_layer/CMakeLists.txt
index f03a04a7029..d97672bd2c8 100644
--- a/tests/python/render_layer/CMakeLists.txt
+++ b/tests/python/render_layer/CMakeLists.txt
@@ -138,5 +138,8 @@ RENDER_LAYER_TEST(move_into_layer_collection_i)
RENDER_LAYER_TEST(move_into_layer_collection_j)
RENDER_LAYER_TEST(layer_linking)
RENDER_LAYER_TEST(layer_syncinc)
-RENDER_LAYER_TEST(scene_copy)
+RENDER_LAYER_TEST(scene_copy_a)
+RENDER_LAYER_TEST(scene_copy_b)
+RENDER_LAYER_TEST(scene_copy_c)
+RENDER_LAYER_TEST(scene_copy_d)
RENDER_LAYER_TEST(scene_write_read)