Cycles render test: Enable OIDN tests

OIDN tests were temporarily disabled as platforms were updating to
OIDN 2.3. Now that the update is done, re-enable OIDN tests.

Pull Request: https://projects.blender.org/blender/blender/pulls/126214
This commit is contained in:
Alaska
2024-08-14 17:15:36 +02:00
committed by Sergey Sharybin
parent 1330d0ddda
commit 3cd26916f4
2 changed files with 5 additions and 6 deletions

View File

@@ -670,12 +670,11 @@ if(WITH_CYCLES OR WITH_GPU_RENDER_TESTS)
list(APPEND render_tests openvdb)
endif()
# Temporarily disabled until all platforms upgrade to OIDN 2.3.
#if(WITH_OPENIMAGEDENOISE)
# list(APPEND render_tests denoise)
#endif()
if(WITH_OPENIMAGEDENOISE)
list(APPEND render_tests denoise)
endif()
# Disabled until new OpenGL version with deterministic results.
# Disabled until new OpenPGL version with deterministic results.
#if(WITH_CYCLES_PATH_GUIDING)
# list(APPEND render_tests guiding)
#endif()