[Bf-blender-cvs] [8268526d224] blender2.8: Fix T54324: remove stencil entries from weight paint keymap

Philipp Oeser noreply at git.blender.org
Mon May 7 12:43:07 CEST 2018


Commit: 8268526d224fff6fa83e47dc0a79d2d1380ff81c
Author: Philipp Oeser
Date:   Mon May 7 12:28:15 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB8268526d224fff6fa83e47dc0a79d2d1380ff81c

Fix T54324: remove stencil entries from weight paint keymap

Reviewed By: mont29

Differential Revision: http://developer.blender.org/D3178

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

M	source/blender/editors/sculpt_paint/paint_ops.c

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

diff --git a/source/blender/editors/sculpt_paint/paint_ops.c b/source/blender/editors/sculpt_paint/paint_ops.c
index ad3047d6345..3afff02ec52 100644
--- a/source/blender/editors/sculpt_paint/paint_ops.c
+++ b/source/blender/editors/sculpt_paint/paint_ops.c
@@ -1375,8 +1375,6 @@ void ED_keymap_paint(wmKeyConfig *keyconf)
 	ed_keymap_paint_brush_size(keymap, "tool_settings.weight_paint.brush.size");
 	ed_keymap_paint_brush_radial_control(keymap, "weight_paint", RC_WEIGHT);
 
-	ed_keymap_stencil(keymap);
-
 	kmi = WM_keymap_add_item(keymap, "WM_OT_context_menu_enum", EKEY, KM_PRESS, 0, 0);
 	RNA_string_set(kmi->ptr, "data_path", "tool_settings.vertex_paint.brush.stroke_method");



More information about the Bf-blender-cvs mailing list