Commit: d6c440bd7ad5a0b3d5b43fa93a24760d2ba1e2f3 Author: Pablo Dobarro Date: Thu Oct 3 01:15:06 2019 +0200 Branches: master https://developer.blender.org/rBd6c440bd7ad5a0b3d5b43fa93a24760d2ba1e2f3
Fix T69227: Ignore inbetween mouse events in Snake Hook Reviewed By: brecht Maniphest Tasks: T69227 Differential Revision: https://developer.blender.org/D5977 =================================================================== 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 c1aabbfafcf..a310810e997 100644 --- a/source/blender/editors/sculpt_paint/paint_stroke.c +++ b/source/blender/editors/sculpt_paint/paint_stroke.c @@ -256,6 +256,7 @@ static bool paint_tool_require_inbetween_mouse_events(Brush *brush, ePaintMode m SCULPT_TOOL_GRAB, SCULPT_TOOL_ROTATE, SCULPT_TOOL_THUMB, + SCULPT_TOOL_SNAKE_HOOK, SCULPT_TOOL_ELASTIC_DEFORM, SCULPT_TOOL_POSE)) { return false; _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
