15 lines
978 B
Python
15 lines
978 B
Python
# 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],
|
|
]
|