[Bf-blender-cvs] [f08ee1fc40c] master: Tests: add Cycles image texture colorspace tests

Brecht Van Lommel noreply at git.blender.org
Tue May 7 17:26:36 CEST 2019


Commit: f08ee1fc40c09e7ffc028a097dda5d80436ce478
Author: Brecht Van Lommel
Date:   Tue May 7 16:14:56 2019 +0200
Branches: master
https://developer.blender.org/rBf08ee1fc40c09e7ffc028a097dda5d80436ce478

Tests: add Cycles image texture colorspace tests

===================================================================

M	tests/python/CMakeLists.txt

===================================================================

diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index 28bdd48229e..076b0d958f1 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -567,6 +567,7 @@ if(OPENIMAGEIO_IDIFF AND EXISTS "${TEST_SRC_DIR}/render/shader")
   add_cycles_render_test(denoise_animation)
   add_cycles_render_test(displacement)
   add_cycles_render_test(hair)
+  add_cycles_render_test(image_colorspace)
   add_cycles_render_test(image_data_types)
   add_cycles_render_test(image_mapping)
   add_cycles_render_test(image_texture_limit)



More information about the Bf-blender-cvs mailing list