-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathkeymap.py
14 lines (13 loc) · 978 Bytes
/
keymap.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Shift, Ctrl, Alt
# False, False, False
keymap_items = [
['UV Editor', 'EMPTY', 'wm.call_menu_pie', 'F', 'PRESS', True, False, False, 'UVTOOLKIT_MT_pie_uv_editor'],
['3D View', 'VIEW_3D', 'wm.call_menu_pie', 'F', 'PRESS', True, False, False, 'UVTOOLKIT_MT_pie_3dview'],
['UV Editor', 'EMPTY', 'uv.toolkit_unwrap_selected', 'E', 'PRESS', True, False, False, None],
['UV Editor', 'EMPTY', 'uv.toolkit_straighten', 'Q', 'PRESS', True, False, False, None],
['UV Editor', 'EMPTY', 'uv.toolkit_distribute', 'D', 'PRESS', False, False, False, None],
['UV Editor', 'EMPTY', 'uv.toolkit_center_cursor_and_frame_all', 'C', 'PRESS', True, False, False, None],
['UV Editor', 'EMPTY', 'uv.toolkit_move_island', 'F', 'PRESS', False, False, False, None],
['UV Editor', 'EMPTY', 'uv.toolkit_invert_selection', 'I', 'PRESS', True, True, False, None],
['UV Editor', 'EMPTY', 'uv.toolkit_scale_individual_origins', 'S', 'PRESS', False, False, True, None],
]