From 9f87d9963eb8c5320c07429c1590beff54658440 Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Sat, 14 Sep 2013 00:35:41 +0000 Subject: fix weird issue after last commit where grab brush would not work and also warnings fix and description fix. --- source/blender/blenkernel/intern/brush.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel/intern/brush.c') diff --git a/source/blender/blenkernel/intern/brush.c b/source/blender/blenkernel/intern/brush.c index 0c79b8860d9..7864216f39e 100644 --- a/source/blender/blenkernel/intern/brush.c +++ b/source/blender/blenkernel/intern/brush.c @@ -1051,5 +1051,5 @@ struct ImBuf *BKE_brush_gen_radial_control_imbuf(Brush *br, bool secondary) bool BKE_sculpt_brush_frontface_only(struct Brush *br) { - return br->sculpt_tool != SCULPT_TOOL_CLAY_STRIPS; + return br->sculpt_tool == SCULPT_TOOL_CLAY_STRIPS; } -- cgit v1.2.3