[Bf-blender-cvs] [5050572] master: Cycles: Style Fix: Light sampling threshold description

Lukas Stockner noreply at git.blender.org
Sun Oct 30 13:52:01 CET 2016


Commit: 5050572e898993fc0ddcd01be9b728a73c53b3bc
Author: Lukas Stockner
Date:   Sun Oct 30 13:51:03 2016 +0100
Branches: master
https://developer.blender.org/rB5050572e898993fc0ddcd01be9b728a73c53b3bc

Cycles: Style Fix: Light sampling threshold description

===================================================================

M	intern/cycles/blender/addon/properties.py

===================================================================

diff --git a/intern/cycles/blender/addon/properties.py b/intern/cycles/blender/addon/properties.py
index ede3ece..a8ab910 100644
--- a/intern/cycles/blender/addon/properties.py
+++ b/intern/cycles/blender/addon/properties.py
@@ -269,7 +269,7 @@ class CyclesRenderSettings(bpy.types.PropertyGroup):
         cls.light_sampling_threshold = FloatProperty(
                 name="Light Sampling Threshold",
                 description="Probabilistically terminate light samples when the light contribution is below this threshold (more noise but faster rendering). "
-                            "Zero disables the test and never ignores lights.",
+                            "Zero disables the test and never ignores lights",
                 min=0.0, max=1.0,
                 default=0.05,
                 )




More information about the Bf-blender-cvs mailing list