Fix for clay strips brush not showing Add/Subtract buttons.

This commit is contained in:
Nicholas Bishop
2012-05-16 22:27:45 +00:00
parent 1b6600c3e8
commit 18a7efac14

View File

@@ -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: