From 4ace5f945ad9d17ffb5822825b2d99512bc634c8 Mon Sep 17 00:00:00 2001 From: Diego Hernan Borghetti Date: Mon, 31 Mar 2008 13:20:05 -0300 Subject: [PATCH] [#8796] 2.46RC1 -- Incorrect Tool Tip on Ray Transp Gloss Button Author: Martin Poirier SVN revision: r14282 Date: 2008-03-29 22:53:05 -0300 (Sat, 29 Mar 2008) --- source/blender/src/buttons_shading.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/src/buttons_shading.c b/source/blender/src/buttons_shading.c index e1534e6..e7d2838 100644 --- a/source/blender/src/buttons_shading.c +++ b/source/blender/src/buttons_shading.c @@ -3590,7 +3590,7 @@ static void material_panel_tramir(Material *ma) uiBlockBeginAlign(block); uiDefButF(block, NUMSLI, B_MATPRV, "Gloss: ", - X2CLM2, yco-=BUTH, BUTW2, BUTH, &(ma->gloss_tra), 0.0, 1.0, 100, 0, "The clarity of the refraction. Values < 1.0 give diffuse, blurry reflections "); + X2CLM2, yco-=BUTH, BUTW2, BUTH, &(ma->gloss_tra), 0.0, 1.0, 100, 0, "The clarity of the refraction. Values < 1.0 give diffuse, blurry refractions"); uiDefButS(block, NUM, B_MATPRV, "Samples:", X2CLM2, yco-=BUTH, BUTW2, BUTH, &(ma->samp_gloss_tra), 0.0, 1024.0, 100, 0, "Number of cone samples averaged for blurry refractions"); uiDefButF(block, NUM, B_MATPRV, "Thresh: ", -- 2.11.4.GIT