From bd777ffd3b38d6a940164e55bb7493bfbad39837 Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Fri, 27 Jun 2014 01:55:30 +0300 Subject: Follow up to previous commit, do not calculate normal now with front facing. --- source/blender/editors/sculpt_paint/sculpt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/blender/editors/sculpt_paint/sculpt.c') diff --git a/source/blender/editors/sculpt_paint/sculpt.c b/source/blender/editors/sculpt_paint/sculpt.c index 735238ac89b..12223effcf5 100644 --- a/source/blender/editors/sculpt_paint/sculpt.c +++ b/source/blender/editors/sculpt_paint/sculpt.c @@ -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, -- cgit v1.2.3