Fix T90804: small grammatical error in noise threshold description

Differential Revision: https://developer.blender.org/D12277
This commit is contained in:
Alaska 2021-08-20 17:43:15 +02:00 committed by Brecht Van Lommel
parent 1b5f17b867
commit cd8d9383e7
Notes: blender-bot 2023-02-14 09:48:25 +01:00
Referenced by issue #90804, Grammatical error in in description of Adaptive sampling noise threshold description
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ class CyclesRenderSettings(bpy.types.PropertyGroup):
adaptive_threshold: FloatProperty(
name="Adaptive Sampling Threshold",
description="Noise level step to stop sampling at, lower values reduce noise the cost of render time. Zero for automatic setting based on number of AA samples",
description="Noise level step to stop sampling at, lower values reduce noise at the cost of render time. Zero for automatic setting based on number of AA samples",
min=0.0, max=1.0,
default=0.0,
precision=4,