Cycles: Style Fix: Light sampling threshold description

This commit is contained in:
Lukas Stockner
2016-10-30 13:51:03 +01:00
parent b6d35e1fa7
commit 5050572e89
+1 -1
View File
@@ -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,
)