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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-02-11 20:26:47 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-02-11 20:37:02 +0300
commit2a9c8da709593b5b6187002797d9bb4363440bd5 (patch)
tree6fcd8821d700b910bd1eaa09662e9a714e02581d /tests/python/CMakeLists.txt
parent9efbc8d76fecb008c03f7603227f00540359f216 (diff)
Cycles: add animation denoising test, fix operator to work with single frames.
Diffstat (limited to 'tests/python/CMakeLists.txt')
-rw-r--r--tests/python/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index b5cc39ae37a..46e917226e4 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -549,6 +549,7 @@ if(WITH_CYCLES)
add_cycles_render_test(bake)
add_cycles_render_test(bsdf)
add_cycles_render_test(denoise)
+ add_cycles_render_test(denoise_animation)
add_cycles_render_test(displacement)
add_cycles_render_test(hair)
add_cycles_render_test(image_data_types)