UI Cleanup: Mask keymap shouldn't be part of Clip Editor keymap

Also removed unrelated comment (copied & pasted from a few lines above I guess).
Shouldn't break any custom key configs.
This commit is contained in:
Julian Eisel 2015-11-28 17:44:34 +01:00
parent 175110ec87
commit 3123194e88
1 changed files with 2 additions and 1 deletions

View File

@ -122,9 +122,10 @@ KM_HIERARCHY = [
('Clip Editor', 'CLIP_EDITOR', 'WINDOW', []),
('Clip Graph Editor', 'CLIP_EDITOR', 'WINDOW', []),
('Clip Dopesheet Editor', 'CLIP_EDITOR', 'WINDOW', []),
('Mask Editing', 'EMPTY', 'WINDOW', []), # image (reverse order, UVEdit before Image
]),
('Mask Editing', 'EMPTY', 'WINDOW', []),
('View3D Gesture Circle', 'EMPTY', 'WINDOW', []),
('Gesture Straight Line', 'EMPTY', 'WINDOW', []),
('Gesture Zoom Border', 'EMPTY', 'WINDOW', []),