From fb39f1776f6cb808bd861c8f5ba8d0894f47e406 Mon Sep 17 00:00:00 2001 From: Pablo Dobarro Date: Mon, 16 Sep 2019 17:20:51 +0200 Subject: Fix enabled dynamic size in pose brush Reviewed By: jbakker Differential Revision: https://developer.blender.org/D5816 --- source/blender/editors/sculpt_paint/paint_stroke.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/sculpt_paint/paint_stroke.c') diff --git a/source/blender/editors/sculpt_paint/paint_stroke.c b/source/blender/editors/sculpt_paint/paint_stroke.c index c764933fcf0..ec1f6c7be72 100644 --- a/source/blender/editors/sculpt_paint/paint_stroke.c +++ b/source/blender/editors/sculpt_paint/paint_stroke.c @@ -962,6 +962,7 @@ static bool sculpt_is_grab_tool(Brush *br) return ELEM(br->sculpt_tool, SCULPT_TOOL_GRAB, SCULPT_TOOL_ELASTIC_DEFORM, + SCULPT_TOOL_POSE, SCULPT_TOOL_THUMB, SCULPT_TOOL_ROTATE, SCULPT_TOOL_SNAKE_HOOK); -- cgit v1.2.3