From fddd9fad46eaac8a326772511523fc630f02dc7a Mon Sep 17 00:00:00 2001 From: Nicholas Bishop Date: Sun, 10 Dec 2006 18:34:14 +0000 Subject: [PATCH] The fade togglebutton should show for the Default, untextured brush. --- source/blender/src/buttons_editing.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/blender/src/buttons_editing.c b/source/blender/src/buttons_editing.c index 1a8502965e9..72b39ee0791 100644 --- a/source/blender/src/buttons_editing.c +++ b/source/blender/src/buttons_editing.c @@ -4174,6 +4174,7 @@ void sculptmode_draw_interface_textures(uiBlock *block, unsigned short cx, unsig } else { uiBlockBeginAlign(block); + uiDefButC(block,TOG,B_NOP, "Fade", cx,cy,50,19, &sd->texfade, 0,0,0,0,"Smooth the edges of the texture"); uiDefButS(block,NUM,B_NOP, "Space", cx+50,cy,65,19, &sd->spacing, 0,500,20,0,"Non-zero inserts N pixels between dots"); cy-= 20; if(sd->brush_type == DRAW_BRUSH)