Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorBrecht Van Lommel <brecht@blender.org>2022-07-18 15:55:21 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-07-18 16:34:13 +0300
commit3407ed5f9b489aaa81a730b0c0245dc6f3707abb (patch)
treef9bdc0f347779341c50965061af0ca306f35144e /intern
parentdec8854bf31df3cedfa0efb5169160ba4a54d202 (diff)
Cleanup: change internal Cycles compact BVH default to match UI
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/bvh/params.h2
1 files changed, 1 insertions, 1 deletions
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;