Cleanup: change internal Cycles compact BVH default to match UI

This commit is contained in:
Brecht Van Lommel
2022-07-18 14:55:21 +02:00
parent dec8854bf3
commit 3407ed5f9b

View File

@@ -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;