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:
authorPhilipp Oeser <info@graphics-engineer.com>2018-05-07 13:28:15 +0300
committerPhilipp Oeser <info@graphics-engineer.com>2018-05-07 13:40:06 +0300
commit8268526d224fff6fa83e47dc0a79d2d1380ff81c (patch)
tree55af2c649b12096db368a6d011297d70a7bf50e7 /source/blender/editors/sculpt_paint/paint_ops.c
parent2496c08c3905d448686d99535b980f8eebdc6ece (diff)
Fix T54324: remove stencil entries from weight paint keymap
Reviewed By: mont29 Differential Revision: http://developer.blender.org/D3178
Diffstat (limited to 'source/blender/editors/sculpt_paint/paint_ops.c')
-rw-r--r--source/blender/editors/sculpt_paint/paint_ops.c2
1 files changed, 0 insertions, 2 deletions
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");