[Bf-blender-cvs] [bdc1dbd54d1] soc-2022-many-lights-sampling: Cycles: update splitting threshold description

Jeffrey Liu noreply at git.blender.org
Sun Jul 31 22:12:58 CEST 2022


Commit: bdc1dbd54d10b0be301eb22b6882b779bbb7038a
Author: Jeffrey Liu
Date:   Sun Jul 31 16:12:18 2022 -0400
Branches: soc-2022-many-lights-sampling
https://developer.blender.org/rBbdc1dbd54d10b0be301eb22b6882b779bbb7038a

Cycles: update splitting 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 670bbcd3988..4816a2a6854 100644
--- a/intern/cycles/blender/addon/properties.py
+++ b/intern/cycles/blender/addon/properties.py
@@ -480,7 +480,8 @@ class CyclesRenderSettings(bpy.types.PropertyGroup):
 
     splitting_threshold: FloatProperty(
         name="Splitting",
-        description="Amount of lights to sample at a time, from one light at 0.0, to adaptively more lights as needed, to all lights at 1.0",
+        description="Amount of light tree emitters to consider at a time, from one light at 0.0, "
+        "to adaptively more lights as needed, to all branches at 1.0"
         min=0.0, max=1.0,
         default=0.85,
     )



More information about the Bf-blender-cvs mailing list