diff --git a/scripts/modules/bl_keymap_utils/keymap_hierarchy.py b/scripts/modules/bl_keymap_utils/keymap_hierarchy.py index 9e68545bf43..c0ba0662fc6 100644 --- a/scripts/modules/bl_keymap_utils/keymap_hierarchy.py +++ b/scripts/modules/bl_keymap_utils/keymap_hierarchy.py @@ -195,14 +195,14 @@ _km_hierarchy = [ ]), ('Grease Pencil', 'EMPTY', 'WINDOW', [ # grease pencil stuff (per region) - #('Grease Pencil Stroke Curve Edit Mode', 'EMPTY', 'WINDOW', []), # Legacy - #('Grease Pencil Stroke Edit Mode', 'EMPTY', 'WINDOW', []), # Legacy - #('Grease Pencil Stroke Paint (Draw brush)', 'EMPTY', 'WINDOW', []), # Legacy - #('Grease Pencil Stroke Paint (Fill)', 'EMPTY', 'WINDOW', []), # Legacy - #('Grease Pencil Stroke Paint (Erase)', 'EMPTY', 'WINDOW', []), # Legacy - #('Grease Pencil Stroke Paint (Tint)', 'EMPTY', 'WINDOW', []), # Legacy - #('Grease Pencil Stroke Paint Mode', 'EMPTY', 'WINDOW', []), # Legacy - #('Grease Pencil Stroke Sculpt Mode', 'EMPTY', 'WINDOW', []), # Legacy + # ('Grease Pencil Stroke Curve Edit Mode', 'EMPTY', 'WINDOW', []), # Legacy + # ('Grease Pencil Stroke Edit Mode', 'EMPTY', 'WINDOW', []), # Legacy + # ('Grease Pencil Stroke Paint (Draw brush)', 'EMPTY', 'WINDOW', []), # Legacy + # ('Grease Pencil Stroke Paint (Fill)', 'EMPTY', 'WINDOW', []), # Legacy + # ('Grease Pencil Stroke Paint (Erase)', 'EMPTY', 'WINDOW', []), # Legacy + # ('Grease Pencil Stroke Paint (Tint)', 'EMPTY', 'WINDOW', []), # Legacy + # ('Grease Pencil Stroke Paint Mode', 'EMPTY', 'WINDOW', []), # Legacy + # ('Grease Pencil Stroke Sculpt Mode', 'EMPTY', 'WINDOW', []), # Legacy #('Grease Pencil Stroke Sculpt (Smooth)', 'EMPTY', 'WINDOW', []), #('Grease Pencil Stroke Sculpt (Thickness)', 'EMPTY', 'WINDOW', []), #('Grease Pencil Stroke Sculpt (Strength)', 'EMPTY', 'WINDOW', []),