From 18a7efac14a2743a97c0f64412b5e6657e03113b Mon Sep 17 00:00:00 2001 From: Nicholas Bishop Date: Wed, 16 May 2012 22:27:45 +0000 Subject: Fix for clay strips brush not showing Add/Subtract buttons. --- source/blender/makesrna/intern/rna_brush.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender') diff --git a/source/blender/makesrna/intern/rna_brush.c b/source/blender/makesrna/intern/rna_brush.c index 2247e7cf5a8..d14675b77c8 100644 --- a/source/blender/makesrna/intern/rna_brush.c +++ b/source/blender/makesrna/intern/rna_brush.c @@ -380,6 +380,7 @@ static EnumPropertyItem *rna_Brush_direction_itemf(bContext *UNUSED(C), PointerR case SCULPT_TOOL_BLOB: case SCULPT_TOOL_LAYER: case SCULPT_TOOL_CLAY: + case SCULPT_TOOL_CLAY_STRIPS: return prop_direction_items; case SCULPT_TOOL_MASK: -- cgit v1.2.3