[Bf-blender-cvs] [3407ed5f9b4] master: Cleanup: change internal Cycles compact BVH default to match UI

Brecht Van Lommel noreply at git.blender.org
Mon Jul 18 15:36:33 CEST 2022


Commit: 3407ed5f9b489aaa81a730b0c0245dc6f3707abb
Author: Brecht Van Lommel
Date:   Mon Jul 18 14:55:21 2022 +0200
Branches: master
https://developer.blender.org/rB3407ed5f9b489aaa81a730b0c0245dc6f3707abb

Cleanup: change internal Cycles compact BVH default to match UI

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

M	intern/cycles/bvh/params.h

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

diff --git a/intern/cycles/bvh/params.h b/intern/cycles/bvh/params.h
index 41d851ee687..648350d03b0 100644
--- a/intern/cycles/bvh/params.h
+++ b/intern/cycles/bvh/params.h
@@ -129,7 +129,7 @@ class BVHParams {
 
     top_level = false;
     bvh_layout = BVH_LAYOUT_BVH2;
-    use_compact_structure = true;
+    use_compact_structure = false;
     use_unaligned_nodes = false;
 
     num_motion_curve_steps = 0;



More information about the Bf-blender-cvs mailing list