Fix denoiser tooltip

This commit is contained in:
jens verwiebe 2017-05-09 14:44:59 +02:00
parent ffc95a33b6
commit 98ab2c682d
1 changed files with 1 additions and 1 deletions

View File

@ -1260,7 +1260,7 @@ class CyclesRenderLayerSettings(bpy.types.PropertyGroup):
)
cls.denoising_relative_pca = BoolProperty(
name="Relative filter",
description="When removing that don't carry information, use a relative threshold instead of an absolute one (can help to reduce artifacts, but might cause detail loss around edges)",
description="When removing pixels that don't carry information, use a relative threshold instead of an absolute one (can help to reduce artifacts, but might cause detail loss around edges)",
default=False,
)
cls.denoising_store_passes = BoolProperty(