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/presets/keyconfig/3dsmax.py
parentfb24813d64dd8fa2ddb8c0e55004d3792281c8d7 (diff)
Remove Shift+F2 and other related BGE keymaps
Reported by Pablo Vazquez (venomgfx)
Diffstat (limited to 'release/scripts/presets/keyconfig/3dsmax.py')
-rw-r--r--release/scripts/presets/keyconfig/3dsmax.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/release/scripts/presets/keyconfig/3dsmax.py b/release/scripts/presets/keyconfig/3dsmax.py
index 99fb11162c6..c77ad6cfece 100644
--- a/release/scripts/presets/keyconfig/3dsmax.py
+++ b/release/scripts/presets/keyconfig/3dsmax.py
@@ -33,9 +33,6 @@ kmi = km.keymap_items.new('wm.call_menu', 'NDOF_BUTTON_MENU', 'PRESS')
kmi.properties.name = 'USERPREF_MT_ndof_settings'
kmi = km.keymap_items.new('wm.context_set_enum', 'F2', 'PRESS', shift=True)
kmi.properties.data_path = 'area.type'
-kmi.properties.value = 'LOGIC_EDITOR'
-kmi = km.keymap_items.new('wm.context_set_enum', 'F3', 'PRESS', shift=True, ctrl=True)
-kmi.properties.data_path = 'area.type'
kmi.properties.value = 'NODE_EDITOR'
kmi = km.keymap_items.new('wm.context_set_enum', 'F4', 'PRESS', shift=True)
kmi.properties.data_path = 'area.type'