From da33a557bcfbdc44d9503053bde47f235c97dc80 Mon Sep 17 00:00:00 2001 From: Howard Trickey Date: Sat, 8 Feb 2014 10:52:56 -0500 Subject: Fixes to make script_load_keymap test pass. Removed Armature Sketch keymap, as the entries that were there appear to have been moved to the Armature keymap. Removed the Script keymap. The Script space is deprecated and I could find no way that the keymap could be activated. --- release/scripts/modules/bpy_extras/keyconfig_utils.py | 1 - 1 file changed, 1 deletion(-) (limited to 'release/scripts/modules') diff --git a/release/scripts/modules/bpy_extras/keyconfig_utils.py b/release/scripts/modules/bpy_extras/keyconfig_utils.py index d1ff583e75b..99f41b0699c 100644 --- a/release/scripts/modules/bpy_extras/keyconfig_utils.py +++ b/release/scripts/modules/bpy_extras/keyconfig_utils.py @@ -52,7 +52,6 @@ KM_HIERARCHY = [ ('Image Paint', 'EMPTY', 'WINDOW', []), # image and view3d ('Sculpt', 'EMPTY', 'WINDOW', []), - ('Armature Sketch', 'EMPTY', 'WINDOW', []), ('Particle', 'EMPTY', 'WINDOW', []), ('Knife Tool Modal Map', 'EMPTY', 'WINDOW', []), -- cgit v1.2.3