Fix enabled dynamic size in pose brush

Reviewed By: jbakker

Differential Revision: https://developer.blender.org/D5816
This commit is contained in:
Pablo Dobarro 2019-09-16 17:20:51 +02:00
parent 0927e7b835
commit fb39f1776f
1 changed files with 1 additions and 0 deletions

View File

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