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:28:15 +0300
commit9eb5aa32b843fdc7be5a7be264909170b725874c (patch)
tree7a69921f34f954682b45b2d9b47a0cadf4534098 /source/blender/editors/sculpt_paint/paint_ops.c
parentea1751a03855c428b2815d8086e353842268637f (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 004d2757a71..572d969dcca 100644
--- a/source/blender/editors/sculpt_paint/paint_ops.c
+++ b/source/blender/editors/sculpt_paint/paint_ops.c
@@ -1376,8 +1376,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");