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:
authorWilliam Reynish <billrey@me.com>2019-05-03 14:55:01 +0300
committerWilliam Reynish <billrey@me.com>2019-05-03 14:55:01 +0300
commitd242ee4af61b2b54c6ee27c1350196de8768e52b (patch)
treefe521c7e304f2095c1b2b9930be1dfddef988fed /release
parent0ed97e6fab032fb2efc9435fde6e140053daf662 (diff)
ICK: Missed one line in last commit
Diffstat (limited to 'release')
-rw-r--r--release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py b/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py
index 9c94c16b3e8..1977dc1719b 100644
--- a/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py
+++ b/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py
@@ -761,7 +761,6 @@ def km_markers(params):
)
items.extend([
- op_panel("TOPBAR_PT_name", {"type": 'RET', "value": 'PRESS'}, [("keep_open", False)]),
("wm.search_menu", {"type": 'TAB', "value": 'PRESS'}, None),
("anim.change_frame", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None),
("graph.cursor_set", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None),