cleanup: typo in cycles 'min_transparent_bounces' tooltip

Reviewers: brecht

Differential Revision: https://developer.blender.org/D5249
This commit is contained in:
Philipp Oeser
2019-07-12 21:27:37 +02:00
parent 1f57157601
commit 65168825e0

View File

@@ -300,7 +300,7 @@ class CyclesRenderSettings(bpy.types.PropertyGroup):
)
min_transparent_bounces: IntProperty(
name="Min Transparent Bounces",
description="Minimum number of transparnet bounces. Setting this higher reduces noise in the first bounces, "
description="Minimum number of transparent bounces. Setting this higher reduces noise in the first bounces, "
"but can also be less efficient for more complex geometry like hair and volumes",
min=0, max=1024,
default=0,