Fix #108472: weight painted when ctrl-left-click on bone in GP #108521

Merged
Falk David merged 1 commits from SietseB/blender:gp-weight-paint-fix-click-on-bone into blender-v3.6-release 2023-06-02 15:01:22 +02:00
1 changed files with 0 additions and 2 deletions

View File

@ -4240,8 +4240,6 @@ def km_grease_pencil_stroke_weight_draw(_params):
# Draw
("gpencil.weight_paint", {"type": 'LEFTMOUSE', "value": 'PRESS'},
{"properties": [("wait_for_input", False)]}),
("gpencil.weight_paint", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True},
{"properties": [("wait_for_input", False)]}),
])
return keymap