Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Dobarro <pablodp606@gmail.com>2019-09-16 18:20:51 +0300
committerPablo Dobarro <pablodp606@gmail.com>2019-09-17 15:59:49 +0300
commitfb39f1776f6cb808bd861c8f5ba8d0894f47e406 (patch)
tree5fbefaaa72bd59d3f77a56cd217dfc2a1a20bc2e /source/blender/editors/sculpt_paint/paint_stroke.c
parent0927e7b83558af51673ab1ed97279ce8c9b13632 (diff)
Fix enabled dynamic size in pose brush
Reviewed By: jbakker Differential Revision: https://developer.blender.org/D5816
Diffstat (limited to 'source/blender/editors/sculpt_paint/paint_stroke.c')
-rw-r--r--source/blender/editors/sculpt_paint/paint_stroke.c1
1 files changed, 1 insertions, 0 deletions
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);