Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoward Trickey <howard.trickey@gmail.com>2014-02-08 19:52:56 +0400
committerHoward Trickey <howard.trickey@gmail.com>2014-02-08 19:52:56 +0400
commitda33a557bcfbdc44d9503053bde47f235c97dc80 (patch)
tree24182b8932f69947cd226192589d2399df26ef8e /release/scripts/modules/bpy_extras/keyconfig_utils.py
parent3276b83fda1e49bd007872c8dcd0f1b4c62063a3 (diff)
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.
Diffstat (limited to 'release/scripts/modules/bpy_extras/keyconfig_utils.py')
-rw-r--r--release/scripts/modules/bpy_extras/keyconfig_utils.py1
1 files changed, 0 insertions, 1 deletions
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', []),