Cycles: Make not-compact BVH the default for embree

Measurements shown on average a 1.08x speedup for a 1.04x increase in
memory usage which is an acceptable trade off for a default setting,
although discoverability of such settings influencing memory usage could
be improved.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D15429
This commit is contained in:
Xavier Hallade 2022-07-12 18:29:58 +02:00
parent 9f153949f9
commit 5f09440d5a
1 changed files with 1 additions and 1 deletions

View File

@ -693,7 +693,7 @@ class CyclesRenderSettings(bpy.types.PropertyGroup):
debug_use_compact_bvh: BoolProperty(
name="Use Compact BVH",
description="Use compact BVH structure (uses less ram but renders slower)",
default=True,
default=False,
)
debug_bvh_time_steps: IntProperty(
name="BVH Time Steps",