GPencil: Remove select keymap definition for Weight Paint mode

This removes the keymap, but the B key is still available, so in some top level the selection is enabled.

Related to T66458.
This commit is contained in:
Antonioya
2019-07-05 16:00:10 +02:00
parent 5cb3d9df1e
commit 34a0b65ba6

View File

@@ -3235,8 +3235,6 @@ def km_grease_pencil_stroke_weight_mode(params):
)
items.extend([
# Selection
*_grease_pencil_selection(params),
# Painting
("gpencil.sculpt_paint", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True},
{"properties": [("wait_for_input", False)]}),