2025-07-01

This commit is contained in:
2026-03-17 14:30:01 -06:00
parent f9a22056dd
commit 62b5978595
4579 changed files with 1257472 additions and 0 deletions
@@ -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],
]