[Bf-blender-cvs] [fb39f1776f6] master: Fix enabled dynamic size in pose brush

Pablo Dobarro noreply at git.blender.org
Tue Sep 17 14:58:26 CEST 2019


Commit: fb39f1776f6cb808bd861c8f5ba8d0894f47e406
Author: Pablo Dobarro
Date:   Mon Sep 16 17:20:51 2019 +0200
Branches: master
https://developer.blender.org/rBfb39f1776f6cb808bd861c8f5ba8d0894f47e406

Fix enabled dynamic size in pose brush

Reviewed By: jbakker

Differential Revision: https://developer.blender.org/D5816

===================================================================

M	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);



More information about the Bf-blender-cvs mailing list