[Bf-blender-cvs] [51340e21c5f] cycles_path_guiding: Cycles-X: Path Guiding: turning on path guiding by default

Sebastian Herholz noreply at git.blender.org
Wed Jun 29 14:31:11 CEST 2022


Commit: 51340e21c5f451a8c8b4d02234d8d6d2e9ac4101
Author: Sebastian Herholz
Date:   Tue Jun 28 17:11:22 2022 +0200
Branches: cycles_path_guiding
https://developer.blender.org/rB51340e21c5f451a8c8b4d02234d8d6d2e9ac4101

Cycles-X: Path Guiding: turning on path guiding by default

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

M	CMakeLists.txt

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4241efd955a..43758427099 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -450,7 +450,7 @@ if(NOT APPLE)
 endif()
 
 # Intel OpenPGL
-option(WITH_CYCLES_PATH_GUIDING              "Build Cycles with path guiding support" OFF)
+option(WITH_CYCLES_PATH_GUIDING              "Build Cycles with path guiding support" ON)
 
 # Apple Metal
 if(APPLE)



More information about the Bf-blender-cvs mailing list