2025-07-01
This commit is contained in:
@@ -0,0 +1,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],
|
||||
]
|
||||
Reference in New Issue
Block a user