Follow up to previous commit, do not calculate normal now with front

facing.
This commit is contained in:
Antony Riakiotakis 2014-06-27 01:55:30 +03:00
parent dbc04c594b
commit bd777ffd3b

@ -1234,8 +1234,7 @@ static int brush_needs_sculpt_normal(const Brush *brush)
return ((ELEM(brush->sculpt_tool,
SCULPT_TOOL_GRAB,
SCULPT_TOOL_SNAKE_HOOK) &&
((brush->normal_weight > 0) ||
(brush->flag & BRUSH_FRONTFACE))) ||
(brush->normal_weight > 0)) ||
ELEM7(brush->sculpt_tool,
SCULPT_TOOL_BLOB,