Cycles: Make Volume Bounces default to 0. This is quiet a bit faster, and produces less noise.
This commit is contained in:
@@ -309,7 +309,7 @@ class CyclesRenderSettings(bpy.types.PropertyGroup):
|
||||
name="Volume Bounces",
|
||||
description="Maximum number of volumetric scattering events",
|
||||
min=0, max=1024,
|
||||
default=1,
|
||||
default=0,
|
||||
)
|
||||
|
||||
cls.transparent_min_bounces = IntProperty(
|
||||
|
Reference in New Issue
Block a user