From 4952fb1669fb7d254fc26a527b6dc2a44ac2c496 Mon Sep 17 00:00:00 2001 From: Philipp Oeser Date: Mon, 10 Feb 2020 12:13:55 +0100 Subject: Fix T54323: Improve Paint category names in keymap preferences While one issue of the report was fixed already (rB27adc4aa3347), still a couple of clarifications could be made: - correct/clarify which modes these apply to - clarify that "Face Mask" is a paint thing Maniphest Tasks: T54323 Differential Revision: https://developer.blender.org/D6797 --- release/scripts/modules/bl_keymap_utils/keymap_hierarchy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'release/scripts/modules') diff --git a/release/scripts/modules/bl_keymap_utils/keymap_hierarchy.py b/release/scripts/modules/bl_keymap_utils/keymap_hierarchy.py index a98fa2c1fa8..35b5f217247 100644 --- a/release/scripts/modules/bl_keymap_utils/keymap_hierarchy.py +++ b/release/scripts/modules/bl_keymap_utils/keymap_hierarchy.py @@ -95,8 +95,8 @@ _km_hierarchy = [ ('Weight Paint', 'EMPTY', 'WINDOW', [ _km_expand_from_toolsystem('VIEW_3D', 'PAINT_WEIGHT'), ]), - ('Weight Paint Vertex Selection', 'EMPTY', 'WINDOW', []), - ('Face Mask', 'EMPTY', 'WINDOW', []), + ('Paint Vertex Selection (Weight, Vertex)', 'EMPTY', 'WINDOW', []), + ('Paint Face Mask (Weight, Vertex, Texture)', 'EMPTY', 'WINDOW', []), # image and view3d ('Image Paint', 'EMPTY', 'WINDOW', [ _km_expand_from_toolsystem('VIEW_3D', 'PAINT_TEXTURE'), -- cgit v1.2.3