From 1ff83d8a37b8117abe2ea8e500452a124e73d25e Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Sun, 7 Sep 2014 01:35:20 +0200 Subject: Cycles: Fix Caustic tooltips. Now that the option has been reversed, the tooltips should be changed too. Thanks to David Black, for bringing this up! --- intern/cycles/blender/addon/properties.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'intern') diff --git a/intern/cycles/blender/addon/properties.py b/intern/cycles/blender/addon/properties.py index 93f7b1d6abf..0ac0e0f091e 100644 --- a/intern/cycles/blender/addon/properties.py +++ b/intern/cycles/blender/addon/properties.py @@ -261,13 +261,13 @@ class CyclesRenderSettings(bpy.types.PropertyGroup): cls.caustics_reflective = BoolProperty( name="Reflective Caustics", - description="Leave out reflective caustics, resulting in a darker image with less noise", + description="Use reflective caustics, resulting in a brighter image (more noise but added realism)", default=True, ) cls.caustics_refractive = BoolProperty( name="Refractive Caustics", - description="Leave out refractive caustics, resulting in a darker image with less noise", + description="Use refractive caustics, resulting in a brighter image (more noise but added realism)", default=True, ) -- cgit v1.2.3