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
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2014-06-19 21:04:44 +0400
committerThomas Dinges <blender@dingto.org>2014-06-19 21:05:06 +0400
commitd43ba1b33c3b159d8169c5a6a6393eded916074a (patch)
tree1dbe13000559ae0dc4a0cc61e48c49412e7eecbb /intern/cycles/blender/addon
parentf763b3ba36300124578bc6909777fa447fbdf6f0 (diff)
Cycles: Make Volume Bounces default to 0. This is quiet a bit faster, and produces less noise.
Diffstat (limited to 'intern/cycles/blender/addon')
-rw-r--r--intern/cycles/blender/addon/properties.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/blender/addon/properties.py b/intern/cycles/blender/addon/properties.py
index 1a2d264e12d..b4a1b10f8b4 100644
--- a/intern/cycles/blender/addon/properties.py
+++ b/intern/cycles/blender/addon/properties.py
@@ -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(