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) _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
