[Bf-blender-cvs] [1aeb742c85c] cycles_path_guiding: Disable guiding tests until new deterministic OpenPGL version.

Brecht Van Lommel noreply at git.blender.org
Fri Sep 23 21:07:41 CEST 2022


Commit: 1aeb742c85c828b94c97d6c6f73fecfd81a8e34f
Author: Brecht Van Lommel
Date:   Fri Sep 23 21:07:09 2022 +0200
Branches: cycles_path_guiding
https://developer.blender.org/rB1aeb742c85c828b94c97d6c6f73fecfd81a8e34f

Disable guiding tests until new deterministic OpenPGL version.

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

M	tests/python/CMakeLists.txt

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

diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index 181a09b81ef..1aafdac30d8 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -677,9 +677,10 @@ if(WITH_CYCLES OR WITH_OPENGL_RENDER_TESTS)
       list(APPEND render_tests denoise)
     endif()
 
-    if(WITH_CYCLES_PATH_GUIDING)
-      list(APPEND render_tests guiding)
-    endif()
+    # Disabled until new OpenGL version with deterministic results.
+    #if(WITH_CYCLES_PATH_GUIDING)
+    #  list(APPEND render_tests guiding)
+    #endif()
 
     if(WITH_OPENGL_RENDER_TESTS)
       list(APPEND render_tests grease_pencil)



More information about the Bf-blender-cvs mailing list