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:
@@ -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)]}),
|
||||
|
||||
Reference in New Issue
Block a user