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:
authorDalai Felinto <dfelinto@gmail.com>2018-04-17 18:56:02 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-04-17 18:56:06 +0300
commitfad7c065c213347685ee6c3d5884e55123ca8efb (patch)
tree715c0f0a74b2770e423c50eeee7101ed797c801e /release/scripts/modules
parentfb24813d64dd8fa2ddb8c0e55004d3792281c8d7 (diff)
Remove Shift+F2 and other related BGE keymaps
Reported by Pablo Vazquez (venomgfx)
Diffstat (limited to 'release/scripts/modules')
-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 9d206afb2c5..b0e4d65a3ce 100644
--- a/release/scripts/modules/bpy_extras/keyconfig_utils.py
+++ b/release/scripts/modules/bpy_extras/keyconfig_utils.py
@@ -99,7 +99,6 @@ KM_HIERARCHY = [
('SequencerCommon', 'SEQUENCE_EDITOR', 'WINDOW', []),
('SequencerPreview', 'SEQUENCE_EDITOR', 'WINDOW', []),
]),
- ('Logic Editor', 'LOGIC_EDITOR', 'WINDOW', []),
('File Browser', 'FILE_BROWSER', 'WINDOW', [
('File Browser Main', 'FILE_BROWSER', 'WINDOW', []),