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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user