Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorJens Verwiebe <info@jensverwiebe.de>2017-05-09 15:44:59 +0300
committerJens Verwiebe <info@jensverwiebe.de>2017-05-09 15:44:59 +0300
commit98ab2c682da18fd9f9de32285cec60a0062d7138 (patch)
tree68d9ed7bf00e43b22973106f9d71f4d34f2cf3d5 /intern
parentffc95a33b62821e8eb66cf7003942e37976d20d7 (diff)
Fix denoiser tooltip
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/blender/addon/properties.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/blender/addon/properties.py b/intern/cycles/blender/addon/properties.py
index 2ac1a1aacdf..70f704894bb 100644
--- a/intern/cycles/blender/addon/properties.py
+++ b/intern/cycles/blender/addon/properties.py
@@ -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(