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

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,