Fix T86548: Sculpt: Mask by Color tool not working

Caused by {rB2917f550caa9} which renamed the entry in the toolsystem,
but not the corresponding keymap.

Maniphest Tasks: T86548

Differential Revision: https://developer.blender.org/D10725
This commit is contained in:
Philipp Oeser 2021-03-15 14:53:06 +01:00
parent 1919b104d3
commit cddfd11581
Notes: blender-bot 2023-02-14 09:48:25 +01:00
Referenced by issue #86548, Mask by Color tool not working [regression]
1 changed files with 1 additions and 1 deletions

View File

@ -6628,7 +6628,7 @@ def km_3d_view_tool_sculpt_color_filter(params):
def km_3d_view_tool_sculpt_mask_by_color(params):
return (
"3D View Tool: Sculpt, Mask By Color",
"3D View Tool: Sculpt, Mask by Color",
{"space_type": 'VIEW_3D', "region_type": 'WINDOW'},
{"items": [
("sculpt.mask_by_color", {"type": params.tool_mouse, "value": 'ANY'},