4959 lines
145 KiB
Python
4959 lines
145 KiB
Python
keyconfig_version = (5, 0, 118)
|
|
keyconfig_data = \
|
|
[("3D View",
|
|
{"space_type": 'VIEW_3D', "region_type": 'WINDOW'},
|
|
{"items":
|
|
[("view3d.cursor3d", {"type": 'RIGHTMOUSE', "value": 'PRESS', "shift": True, "ctrl": True}, None),
|
|
("transform.translate",
|
|
{"type": 'RIGHTMOUSE', "value": 'CLICK_DRAG', "shift": True},
|
|
{"properties":
|
|
[("cursor_transform", True),
|
|
("release_confirm", True),
|
|
],
|
|
"active":False,
|
|
},
|
|
),
|
|
("view3d.localview", {"type": 'NUMPAD_SLASH', "value": 'PRESS', "repeat": True}, None),
|
|
("view3d.localview", {"type": 'E', "value": 'PRESS', "alt": True, "repeat": True}, None),
|
|
("view3d.localview_remove_from", {"type": 'M', "value": 'PRESS', "repeat": True}, None),
|
|
("view3d.move", {"type": 'MIDDLEMOUSE', "value": 'PRESS', "alt": True}, None),
|
|
("view3d.zoom", {"type": 'RIGHTMOUSE', "value": 'PRESS', "alt": True}, None),
|
|
("view3d.dolly", {"type": 'MIDDLEMOUSE', "value": 'PRESS', "shift": True, "ctrl": True}, None),
|
|
("view3d.view_selected",
|
|
{"type": 'F', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("use_all_regions", True),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_selected",
|
|
{"type": 'F', "value": 'PRESS', "alt": True, "repeat": True},
|
|
{"properties":
|
|
[("use_all_regions", False),
|
|
],
|
|
},
|
|
),
|
|
("view3d.smoothview", {"type": 'TIMER1', "value": 'ANY', "any": True}, None),
|
|
("view3d.move", {"type": 'TRACKPADPAN', "value": 'ANY', "shift": True}, None),
|
|
("view3d.zoom", {"type": 'TRACKPADZOOM', "value": 'ANY'}, None),
|
|
("view3d.zoom", {"type": 'TRACKPADPAN', "value": 'ANY', "ctrl": True}, None),
|
|
("view3d.zoom",
|
|
{"type": 'NUMPAD_PLUS', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("delta", 1),
|
|
],
|
|
},
|
|
),
|
|
("view3d.zoom",
|
|
{"type": 'NUMPAD_MINUS', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("delta", -1),
|
|
],
|
|
},
|
|
),
|
|
("view3d.zoom",
|
|
{"type": 'EQUAL', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("delta", 1),
|
|
],
|
|
},
|
|
),
|
|
("view3d.zoom",
|
|
{"type": 'MINUS', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("delta", -1),
|
|
],
|
|
},
|
|
),
|
|
("view3d.zoom",
|
|
{"type": 'WHEELINMOUSE', "value": 'PRESS'},
|
|
{"properties":
|
|
[("delta", 1),
|
|
],
|
|
},
|
|
),
|
|
("view3d.zoom",
|
|
{"type": 'WHEELOUTMOUSE', "value": 'PRESS'},
|
|
{"properties":
|
|
[("delta", -1),
|
|
],
|
|
},
|
|
),
|
|
("view3d.dolly",
|
|
{"type": 'NUMPAD_PLUS', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("delta", 1),
|
|
],
|
|
},
|
|
),
|
|
("view3d.dolly",
|
|
{"type": 'NUMPAD_MINUS', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("delta", -1),
|
|
],
|
|
},
|
|
),
|
|
("view3d.dolly",
|
|
{"type": 'EQUAL', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("delta", 1),
|
|
],
|
|
},
|
|
),
|
|
("view3d.dolly",
|
|
{"type": 'MINUS', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("delta", -1),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_center_camera", {"type": 'HOME', "value": 'PRESS', "repeat": True}, None),
|
|
("view3d.view_center_lock", {"type": 'HOME', "value": 'PRESS', "repeat": True}, None),
|
|
("view3d.view_all",
|
|
{"type": 'HOME', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("center", False),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_all",
|
|
{"type": 'HOME', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("use_all_regions", True),
|
|
("center", False),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_all",
|
|
{"type": 'C', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("center", True),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu_pie",
|
|
{"type": 'ACCENT_GRAVE', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_view_pie'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.navigate", {"type": 'ACCENT_GRAVE', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
("view3d.view_camera", {"type": 'NUMPAD_0', "value": 'PRESS', "repeat": True}, None),
|
|
("view3d.view_axis",
|
|
{"type": 'NUMPAD_1', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("type", 'FRONT'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_orbit",
|
|
{"type": 'NUMPAD_2', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("type", 'ORBITDOWN'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_axis",
|
|
{"type": 'NUMPAD_3', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("type", 'RIGHT'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_orbit",
|
|
{"type": 'NUMPAD_4', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("type", 'ORBITLEFT'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_persportho", {"type": 'NUMPAD_5', "value": 'PRESS', "repeat": True}, None),
|
|
("view3d.view_orbit",
|
|
{"type": 'NUMPAD_6', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("type", 'ORBITRIGHT'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_axis",
|
|
{"type": 'NUMPAD_7', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("type", 'TOP'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_orbit",
|
|
{"type": 'NUMPAD_8', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("type", 'ORBITUP'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_axis",
|
|
{"type": 'NUMPAD_1', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("type", 'BACK'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_axis",
|
|
{"type": 'NUMPAD_3', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("type", 'LEFT'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_axis",
|
|
{"type": 'NUMPAD_7', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("type", 'BOTTOM'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_pan",
|
|
{"type": 'NUMPAD_2', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("type", 'PANDOWN'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_pan",
|
|
{"type": 'NUMPAD_4', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("type", 'PANLEFT'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_pan",
|
|
{"type": 'NUMPAD_6', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("type", 'PANRIGHT'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_pan",
|
|
{"type": 'NUMPAD_8', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("type", 'PANUP'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_roll",
|
|
{"type": 'NUMPAD_4', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("type", 'LEFT'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_roll",
|
|
{"type": 'NUMPAD_6', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("type", 'RIGHT'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_orbit",
|
|
{"type": 'NUMPAD_9', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("angle", 3.1415927),
|
|
("type", 'ORBITRIGHT'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_axis",
|
|
{"type": 'NUMPAD_1', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("type", 'FRONT'),
|
|
("align_active", True),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_axis",
|
|
{"type": 'NUMPAD_3', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("type", 'RIGHT'),
|
|
("align_active", True),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_axis",
|
|
{"type": 'NUMPAD_7', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("type", 'TOP'),
|
|
("align_active", True),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_axis",
|
|
{"type": 'NUMPAD_1', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("type", 'BACK'),
|
|
("align_active", True),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_axis",
|
|
{"type": 'NUMPAD_3', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("type", 'LEFT'),
|
|
("align_active", True),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_axis",
|
|
{"type": 'NUMPAD_7', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("type", 'BOTTOM'),
|
|
("align_active", True),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_axis",
|
|
{"type": 'MIDDLEMOUSE', "value": 'CLICK_DRAG', "alt": True, "direction": 'NORTH'},
|
|
{"properties":
|
|
[("type", 'TOP'),
|
|
("relative", True),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_axis",
|
|
{"type": 'MIDDLEMOUSE', "value": 'CLICK_DRAG', "alt": True, "direction": 'SOUTH'},
|
|
{"properties":
|
|
[("type", 'BOTTOM'),
|
|
("relative", True),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_axis",
|
|
{"type": 'MIDDLEMOUSE', "value": 'CLICK_DRAG', "alt": True, "direction": 'EAST'},
|
|
{"properties":
|
|
[("type", 'RIGHT'),
|
|
("relative", True),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_axis",
|
|
{"type": 'MIDDLEMOUSE', "value": 'CLICK_DRAG', "alt": True, "direction": 'WEST'},
|
|
{"properties":
|
|
[("type", 'LEFT'),
|
|
("relative", True),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_center_pick", {"type": 'MIDDLEMOUSE', "value": 'CLICK', "alt": True}, None),
|
|
("view3d.ndof_orbit_zoom", {"type": 'NDOF_MOTION', "value": 'ANY'}, None),
|
|
("view3d.ndof_orbit", {"type": 'NDOF_MOTION', "value": 'ANY', "ctrl": True}, None),
|
|
("view3d.ndof_pan", {"type": 'NDOF_MOTION', "value": 'ANY', "shift": True}, None),
|
|
("view3d.ndof_all", {"type": 'NDOF_MOTION', "value": 'ANY', "shift": True, "ctrl": True}, None),
|
|
("view3d.view_roll",
|
|
{"type": 'NDOF_BUTTON_ROLL_CCW', "value": 'PRESS'},
|
|
{"properties":
|
|
[("type", 'LEFT'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_roll",
|
|
{"type": 'NDOF_BUTTON_ROLL_CCW', "value": 'PRESS'},
|
|
{"properties":
|
|
[("type", 'RIGHT'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_axis",
|
|
{"type": 'NDOF_BUTTON_FRONT', "value": 'PRESS'},
|
|
{"properties":
|
|
[("type", 'FRONT'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_axis",
|
|
{"type": 'NDOF_BUTTON_BACK', "value": 'PRESS'},
|
|
{"properties":
|
|
[("type", 'BACK'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_axis",
|
|
{"type": 'NDOF_BUTTON_LEFT', "value": 'PRESS'},
|
|
{"properties":
|
|
[("type", 'LEFT'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_axis",
|
|
{"type": 'NDOF_BUTTON_RIGHT', "value": 'PRESS'},
|
|
{"properties":
|
|
[("type", 'RIGHT'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_axis",
|
|
{"type": 'NDOF_BUTTON_TOP', "value": 'PRESS'},
|
|
{"properties":
|
|
[("type", 'TOP'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_axis",
|
|
{"type": 'NDOF_BUTTON_BOTTOM', "value": 'PRESS'},
|
|
{"properties":
|
|
[("type", 'BOTTOM'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_axis",
|
|
{"type": 'NDOF_BUTTON_FRONT', "value": 'PRESS', "shift": True},
|
|
{"properties":
|
|
[("type", 'FRONT'),
|
|
("align_active", True),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_axis",
|
|
{"type": 'NDOF_BUTTON_RIGHT', "value": 'PRESS', "shift": True},
|
|
{"properties":
|
|
[("type", 'RIGHT'),
|
|
("align_active", True),
|
|
],
|
|
},
|
|
),
|
|
("view3d.view_axis",
|
|
{"type": 'NDOF_BUTTON_TOP', "value": 'PRESS', "shift": True},
|
|
{"properties":
|
|
[("type", 'TOP'),
|
|
("align_active", True),
|
|
],
|
|
},
|
|
),
|
|
("view3d.select",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK'},
|
|
{"properties":
|
|
[("deselect_all", True),
|
|
],
|
|
},
|
|
),
|
|
("view3d.select",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK', "shift": True},
|
|
{"properties":
|
|
[("toggle", True),
|
|
],
|
|
},
|
|
),
|
|
("view3d.select",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK', "ctrl": True},
|
|
{"properties":
|
|
[("center", True),
|
|
("object", True),
|
|
],
|
|
},
|
|
),
|
|
("view3d.select",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK', "alt": True},
|
|
{"properties":
|
|
[("enumerate", True),
|
|
],
|
|
"active":False,
|
|
},
|
|
),
|
|
("view3d.select",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK', "shift": True, "ctrl": True},
|
|
{"properties":
|
|
[("extend", True),
|
|
("toggle", True),
|
|
("center", True),
|
|
],
|
|
},
|
|
),
|
|
("view3d.select",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK', "ctrl": True, "alt": True},
|
|
{"properties":
|
|
[("center", True),
|
|
("enumerate", True),
|
|
],
|
|
},
|
|
),
|
|
("view3d.select",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK', "shift": True, "alt": True},
|
|
{"properties":
|
|
[("toggle", True),
|
|
("enumerate", True),
|
|
],
|
|
},
|
|
),
|
|
("view3d.select",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK', "shift": True, "ctrl": True, "alt": True},
|
|
{"properties":
|
|
[("toggle", True),
|
|
("center", True),
|
|
("enumerate", True),
|
|
],
|
|
},
|
|
),
|
|
("view3d.select_box", {"type": 'B', "value": 'PRESS', "repeat": True}, None),
|
|
("view3d.select_lasso",
|
|
{"type": 'RIGHTMOUSE', "value": 'CLICK_DRAG', "ctrl": True},
|
|
{"properties":
|
|
[("mode", 'ADD'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.select_lasso",
|
|
{"type": 'RIGHTMOUSE', "value": 'CLICK_DRAG', "shift": True, "ctrl": True},
|
|
{"properties":
|
|
[("mode", 'SUB'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.select_circle", {"type": 'C', "value": 'PRESS', "repeat": True}, None),
|
|
("view3d.zoom_border", {"type": 'B', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
("view3d.render_border", {"type": 'B', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("view3d.clear_render_border", {"type": 'B', "value": 'PRESS', "ctrl": True, "alt": True, "repeat": True}, None),
|
|
("view3d.camera_to_view", {"type": 'NUMPAD_0', "value": 'PRESS', "ctrl": True, "alt": True, "repeat": True}, None),
|
|
("view3d.object_as_camera", {"type": 'NUMPAD_0', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("view3d.copybuffer", {"type": 'C', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("view3d.pastebuffer", {"type": 'V', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("wm.call_menu_pie",
|
|
{"type": 'S', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_snap_pie'),
|
|
],
|
|
},
|
|
),
|
|
("transform.translate",
|
|
{"type": 'MIDDLEMOUSE', "value": 'PRESS'},
|
|
{ "active":False,
|
|
},
|
|
),
|
|
("transform.rotate",
|
|
{"type": 'R', "value": 'PRESS', "repeat": True},
|
|
{ "active":False,
|
|
},
|
|
),
|
|
("transform.resize",
|
|
{"type": 'S', "value": 'PRESS', "repeat": True},
|
|
{ "active":False,
|
|
},
|
|
),
|
|
("transform.bend", {"type": 'W', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True}, None),
|
|
("transform.tosphere", {"type": 'S', "value": 'PRESS', "shift": True, "alt": True, "repeat": True}, None),
|
|
("transform.shear", {"type": 'S', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True, "repeat": True}, None),
|
|
("transform.mirror", {"type": 'M', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("wm.context_toggle",
|
|
{"type": 'TAB', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("data_path", 'tool_settings.use_snap'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_panel",
|
|
{"type": 'TAB', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_PT_snapping'),
|
|
("keep_open", False),
|
|
],
|
|
},
|
|
),
|
|
("object.transform_axis_target", {"type": 'T', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
("transform.skin_resize", {"type": 'A', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("wm.context_toggle",
|
|
{"type": 'ACCENT_GRAVE', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("data_path", 'space_data.show_gizmo_tool'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu_pie",
|
|
{"type": 'PERIOD', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_pivot_pie'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu_pie",
|
|
{"type": 'COMMA', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_orientations_pie'),
|
|
],
|
|
},
|
|
),
|
|
("wm.context_toggle",
|
|
{"type": 'ACCENT_GRAVE', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("data_path", 'space_data.show_gizmo_tool'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu_pie",
|
|
{"type": 'Z', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_shading_pie'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.toggle_shading",
|
|
{"type": 'Z', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("type", 'WIREFRAME'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.toggle_xray", {"type": 'Z', "value": 'PRESS', "alt": True, "repeat": True}, None),
|
|
("wm.context_toggle",
|
|
{"type": 'Z', "value": 'PRESS', "shift": True, "alt": True, "repeat": True},
|
|
{"properties":
|
|
[("data_path", 'space_data.overlay.show_overlays'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_name",
|
|
{"type": 'W', "value": 'PRESS', "repeat": True},
|
|
{ "active":False,
|
|
},
|
|
),
|
|
("wm.call_menu_pie",
|
|
{"type": 'RIGHTMOUSE', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_Pie_menu'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu_pie",
|
|
{"type": 'SPACE', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'PIE_MT_menu'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.rotate", {"type": 'LEFTMOUSE', "value": 'PRESS', "alt": True}, None),
|
|
("wm.call_menu_pie",
|
|
{"type": 'T', "value": 'PRESS', "alt": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_tabs'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.zoom",
|
|
{"type": 'WHEELINMOUSE', "value": 'PRESS', "alt": True},
|
|
{"properties":
|
|
[("delta", 1),
|
|
],
|
|
},
|
|
),
|
|
("view3d.zoom",
|
|
{"type": 'WHEELOUTMOUSE', "value": 'PRESS', "alt": True},
|
|
{"properties":
|
|
[("delta", -1),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu_pie",
|
|
{"type": 'RIGHTMOUSE', "value": 'PRESS', "shift": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_AniPie_menu'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.modal_operator_raycast", {"type": 'MIDDLEMOUSE', "value": 'RELEASE'}, None),
|
|
("anim.keyframe_insert_by_name",
|
|
{"type": 'W', "value": 'PRESS', "shift": True},
|
|
{"properties":
|
|
[("type", 'Location'),
|
|
],
|
|
},
|
|
),
|
|
("anim.keyframe_insert_by_name",
|
|
{"type": 'E', "value": 'PRESS', "shift": True},
|
|
{"properties":
|
|
[("type", 'Rotation'),
|
|
],
|
|
},
|
|
),
|
|
("anim.keyframe_insert_by_name",
|
|
{"type": 'R', "value": 'PRESS', "shift": True},
|
|
{"properties":
|
|
[("type", 'Scaling'),
|
|
],
|
|
},
|
|
),
|
|
],
|
|
},
|
|
),
|
|
("3D View Tool: Edit Mesh, Knife",
|
|
{"space_type": 'VIEW_3D', "region_type": 'WINDOW'},
|
|
{"items":
|
|
[("mesh.knife_tool",
|
|
{"type": 'LEFTMOUSE', "value": 'PRESS'},
|
|
{"properties":
|
|
[("use_occlude_geometry", True),
|
|
("wait_for_input", True),
|
|
],
|
|
},
|
|
),
|
|
],
|
|
},
|
|
),
|
|
("3D View Tool: Move",
|
|
{"space_type": 'VIEW_3D', "region_type": 'WINDOW'},
|
|
{"items":
|
|
[("view3d.select_box",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'},
|
|
{"properties":
|
|
[("ymax", 0),
|
|
("wait_for_input", True),
|
|
],
|
|
},
|
|
),
|
|
("view3d.select_box",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "shift": True},
|
|
{"properties":
|
|
[("mode", 'ADD'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.select_box",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "ctrl": True},
|
|
{"properties":
|
|
[("mode", 'SUB'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.select_box",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "shift": True, "ctrl": True},
|
|
{"properties":
|
|
[("mode", 'XOR'),
|
|
],
|
|
},
|
|
),
|
|
],
|
|
},
|
|
),
|
|
("3D View Tool: Rotate",
|
|
{"space_type": 'VIEW_3D', "region_type": 'WINDOW'},
|
|
{"items":
|
|
[("view3d.select_box", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'}, None),
|
|
("view3d.select_box",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "shift": True},
|
|
{"properties":
|
|
[("mode", 'ADD'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.select_box",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "ctrl": True},
|
|
{"properties":
|
|
[("mode", 'SUB'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.select_box",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "shift": True, "ctrl": True},
|
|
{"properties":
|
|
[("mode", 'XOR'),
|
|
],
|
|
},
|
|
),
|
|
],
|
|
},
|
|
),
|
|
("3D View Tool: Scale",
|
|
{"space_type": 'VIEW_3D', "region_type": 'WINDOW'},
|
|
{"items":
|
|
[("view3d.select_box", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'}, None),
|
|
("view3d.select_box",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "shift": True},
|
|
{"properties":
|
|
[("mode", 'ADD'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.select_box",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "ctrl": True},
|
|
{"properties":
|
|
[("mode", 'SUB'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.select_box",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "shift": True, "ctrl": True},
|
|
{"properties":
|
|
[("mode", 'XOR'),
|
|
],
|
|
},
|
|
),
|
|
],
|
|
},
|
|
),
|
|
("3D View Tool: Select Box",
|
|
{"space_type": 'VIEW_3D', "region_type": 'WINDOW'},
|
|
{"items":
|
|
[("view3d.select_box", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'}, None),
|
|
("view3d.select_box",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "shift": True},
|
|
{"properties":
|
|
[("mode", 'ADD'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.select_box",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "ctrl": True},
|
|
{"properties":
|
|
[("mode", 'SUB'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.select_box",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "shift": True, "ctrl": True},
|
|
{"properties":
|
|
[("mode", 'XOR'),
|
|
],
|
|
},
|
|
),
|
|
],
|
|
},
|
|
),
|
|
("Armature",
|
|
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
{"items":
|
|
[("armature.hide",
|
|
{"type": 'H', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("unselected", False),
|
|
],
|
|
},
|
|
),
|
|
("armature.hide",
|
|
{"type": 'H', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("unselected", True),
|
|
],
|
|
},
|
|
),
|
|
("armature.reveal", {"type": 'H', "value": 'PRESS', "alt": True, "repeat": True}, None),
|
|
("armature.align", {"type": 'A', "value": 'PRESS', "ctrl": True, "alt": True, "repeat": True}, None),
|
|
("armature.calculate_roll", {"type": 'N', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
("armature.roll_clear", {"type": 'R', "value": 'PRESS', "alt": True, "repeat": True}, None),
|
|
("armature.switch_direction", {"type": 'F', "value": 'PRESS', "alt": True, "repeat": True}, None),
|
|
("armature.bone_primitive_add", {"type": 'A', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
("armature.parent_set", {"type": 'P', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("armature.parent_clear", {"type": 'P', "value": 'PRESS', "alt": True, "repeat": True}, None),
|
|
("armature.select_all",
|
|
{"type": 'A', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("action", 'SELECT'),
|
|
],
|
|
},
|
|
),
|
|
("armature.select_all",
|
|
{"type": 'A', "value": 'PRESS', "alt": True, "repeat": True},
|
|
{"properties":
|
|
[("action", 'DESELECT'),
|
|
],
|
|
},
|
|
),
|
|
("armature.select_all",
|
|
{"type": 'I', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("action", 'INVERT'),
|
|
],
|
|
},
|
|
),
|
|
("armature.select_all",
|
|
{"type": 'A', "value": 'DOUBLE_CLICK'},
|
|
{"properties":
|
|
[("action", 'DESELECT'),
|
|
],
|
|
},
|
|
),
|
|
("armature.select_mirror",
|
|
{"type": 'M', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("extend", False),
|
|
],
|
|
},
|
|
),
|
|
("armature.select_hierarchy",
|
|
{"type": 'LEFT_BRACKET', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("direction", 'PARENT'),
|
|
("extend", False),
|
|
],
|
|
},
|
|
),
|
|
("armature.select_hierarchy",
|
|
{"type": 'LEFT_BRACKET', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("direction", 'PARENT'),
|
|
("extend", True),
|
|
],
|
|
},
|
|
),
|
|
("armature.select_hierarchy",
|
|
{"type": 'RIGHT_BRACKET', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("direction", 'CHILD'),
|
|
("extend", False),
|
|
],
|
|
},
|
|
),
|
|
("armature.select_hierarchy",
|
|
{"type": 'RIGHT_BRACKET', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("direction", 'CHILD'),
|
|
("extend", True),
|
|
],
|
|
},
|
|
),
|
|
("armature.select_more", {"type": 'NUMPAD_PLUS', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("armature.select_less", {"type": 'NUMPAD_MINUS', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("armature.select_similar", {"type": 'G', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
("armature.select_linked", {"type": 'L', "value": 'PRESS', "repeat": True}, None),
|
|
("armature.select_linked", {"type": 'L', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
("armature.shortest_path_pick", {"type": 'RIGHTMOUSE', "value": 'PRESS', "ctrl": True}, None),
|
|
("wm.call_menu",
|
|
{"type": 'X', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_edit_armature_delete'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu",
|
|
{"type": 'DEL', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_edit_armature_delete'),
|
|
],
|
|
},
|
|
),
|
|
("armature.duplicate_move", {"type": 'D', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
("armature.dissolve", {"type": 'X', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("armature.dissolve", {"type": 'DEL', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("armature.extrude_move", {"type": 'E', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("armature.extrude_forked", {"type": 'E', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
("armature.click_extrude", {"type": 'LEFTMOUSE', "value": 'CLICK', "ctrl": True}, None),
|
|
("armature.fill", {"type": 'F', "value": 'PRESS', "repeat": True}, None),
|
|
("armature.merge", {"type": 'M', "value": 'PRESS', "alt": True, "repeat": True}, None),
|
|
("armature.split", {"type": 'Y', "value": 'PRESS', "repeat": True}, None),
|
|
("armature.separate", {"type": 'P', "value": 'PRESS', "repeat": True}, None),
|
|
("wm.call_menu",
|
|
{"type": 'W', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_bone_options_toggle'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu",
|
|
{"type": 'W', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_bone_options_enable'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu",
|
|
{"type": 'W', "value": 'PRESS', "alt": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_bone_options_disable'),
|
|
],
|
|
},
|
|
),
|
|
("armature.layers_show_all", {"type": 'ACCENT_GRAVE', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("armature.armature_layers", {"type": 'M', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
("armature.bone_layers", {"type": 'M', "value": 'PRESS', "repeat": True}, None),
|
|
("transform.transform",
|
|
{"type": 'S', "value": 'PRESS', "ctrl": True, "alt": True, "repeat": True},
|
|
{"properties":
|
|
[("mode", 'BONE_SIZE'),
|
|
],
|
|
},
|
|
),
|
|
("transform.transform",
|
|
{"type": 'S', "value": 'PRESS', "alt": True, "repeat": True},
|
|
{"properties":
|
|
[("mode", 'BONE_ENVELOPE'),
|
|
],
|
|
},
|
|
),
|
|
("transform.transform",
|
|
{"type": 'R', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("mode", 'BONE_ROLL'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu",
|
|
{"type": 'W', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_armature_context_menu'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'E', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'builtin.rotate'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'W', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'builtin.move'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'R', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'builtin.scale'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'Q', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'builtin.select_box'),
|
|
],
|
|
},
|
|
),
|
|
],
|
|
},
|
|
),
|
|
("Curve",
|
|
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
{"items":
|
|
[("wm.call_menu",
|
|
{"type": 'A', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'TOPBAR_MT_edit_curve_add'),
|
|
],
|
|
},
|
|
),
|
|
("curve.handle_type_set", {"type": 'V', "value": 'PRESS', "repeat": True}, None),
|
|
("curve.vertex_add", {"type": 'LEFTMOUSE', "value": 'CLICK', "ctrl": True}, None),
|
|
("curve.select_all",
|
|
{"type": 'A', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("action", 'SELECT'),
|
|
],
|
|
},
|
|
),
|
|
("curve.select_all",
|
|
{"type": 'A', "value": 'PRESS', "alt": True, "repeat": True},
|
|
{"properties":
|
|
[("action", 'DESELECT'),
|
|
],
|
|
},
|
|
),
|
|
("curve.select_all",
|
|
{"type": 'I', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("action", 'INVERT'),
|
|
],
|
|
},
|
|
),
|
|
("curve.select_all",
|
|
{"type": 'A', "value": 'DOUBLE_CLICK'},
|
|
{"properties":
|
|
[("action", 'DESELECT'),
|
|
],
|
|
},
|
|
),
|
|
("curve.select_row", {"type": 'R', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
("curve.select_more", {"type": 'NUMPAD_PLUS', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("curve.select_less", {"type": 'NUMPAD_MINUS', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("curve.select_linked", {"type": 'L', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("curve.select_similar", {"type": 'G', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
("curve.select_linked_pick",
|
|
{"type": 'L', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("deselect", False),
|
|
],
|
|
},
|
|
),
|
|
("curve.select_linked_pick",
|
|
{"type": 'L', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("deselect", True),
|
|
],
|
|
},
|
|
),
|
|
("curve.shortest_path_pick", {"type": 'RIGHTMOUSE', "value": 'PRESS', "ctrl": True}, None),
|
|
("curve.separate", {"type": 'P', "value": 'PRESS', "repeat": True}, None),
|
|
("curve.split", {"type": 'Y', "value": 'PRESS', "repeat": True}, None),
|
|
("curve.extrude_move", {"type": 'E', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("curve.duplicate_move", {"type": 'D', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
("curve.make_segment",
|
|
{"type": 'F', "value": 'PRESS', "repeat": True},
|
|
{ "active":False,
|
|
},
|
|
),
|
|
("curve.cyclic_toggle", {"type": 'C', "value": 'PRESS', "alt": True, "repeat": True}, None),
|
|
("wm.call_menu",
|
|
{"type": 'X', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_edit_curve_delete'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu",
|
|
{"type": 'DEL', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_edit_curve_delete'),
|
|
],
|
|
},
|
|
),
|
|
("curve.dissolve_verts", {"type": 'X', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("curve.dissolve_verts", {"type": 'DEL', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("curve.tilt_clear", {"type": 'T', "value": 'PRESS', "alt": True, "repeat": True}, None),
|
|
("transform.tilt", {"type": 'T', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("transform.transform",
|
|
{"type": 'S', "value": 'PRESS', "alt": True, "repeat": True},
|
|
{"properties":
|
|
[("mode", 'CURVE_SHRINKFATTEN'),
|
|
],
|
|
},
|
|
),
|
|
("curve.reveal", {"type": 'H', "value": 'PRESS', "alt": True, "repeat": True}, None),
|
|
("curve.hide",
|
|
{"type": 'H', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("unselected", False),
|
|
],
|
|
},
|
|
),
|
|
("curve.hide",
|
|
{"type": 'H', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("unselected", True),
|
|
],
|
|
},
|
|
),
|
|
("curve.normals_make_consistent", {"type": 'N', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
("object.vertex_parent_set", {"type": 'P', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("wm.call_menu",
|
|
{"type": 'H', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_hook'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu_pie",
|
|
{"type": 'O', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_proportional_editing_falloff_pie'),
|
|
],
|
|
},
|
|
),
|
|
("wm.context_toggle",
|
|
{"type": 'O', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("data_path", 'tool_settings.use_proportional_edit'),
|
|
],
|
|
},
|
|
),
|
|
("wm.context_toggle",
|
|
{"type": 'O', "value": 'PRESS', "alt": True, "repeat": True},
|
|
{"properties":
|
|
[("data_path", 'tool_settings.use_proportional_connected'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu",
|
|
{"type": 'W', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_edit_curve_context_menu'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu",
|
|
{"type": 'APP', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_edit_curve_context_menu'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'W', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'builtin.move'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'Q', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'builtin.select_box'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'E', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'builtin.rotate'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'R', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'builtin.scale'),
|
|
],
|
|
},
|
|
),
|
|
],
|
|
},
|
|
),
|
|
("Dopesheet",
|
|
{"space_type": 'DOPESHEET_EDITOR', "region_type": 'WINDOW'},
|
|
{"items":
|
|
[("action.clickselect",
|
|
{"type": 'LEFTMOUSE', "value": 'PRESS'},
|
|
{"properties":
|
|
[("extend", False),
|
|
("deselect_all", True),
|
|
("column", False),
|
|
("channel", False),
|
|
],
|
|
},
|
|
),
|
|
("action.clickselect",
|
|
{"type": 'LEFTMOUSE', "value": 'PRESS', "alt": True},
|
|
{"properties":
|
|
[("extend", False),
|
|
("column", True),
|
|
("channel", False),
|
|
],
|
|
},
|
|
),
|
|
("action.clickselect",
|
|
{"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True},
|
|
{"properties":
|
|
[("extend", True),
|
|
("column", False),
|
|
("channel", False),
|
|
],
|
|
},
|
|
),
|
|
("action.clickselect",
|
|
{"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True, "alt": True},
|
|
{"properties":
|
|
[("extend", True),
|
|
("column", True),
|
|
("channel", False),
|
|
],
|
|
},
|
|
),
|
|
("action.clickselect",
|
|
{"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True, "alt": True},
|
|
{"properties":
|
|
[("extend", False),
|
|
("column", False),
|
|
("channel", True),
|
|
],
|
|
},
|
|
),
|
|
("action.clickselect",
|
|
{"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True},
|
|
{"properties":
|
|
[("extend", True),
|
|
("column", False),
|
|
("channel", True),
|
|
],
|
|
},
|
|
),
|
|
("action.select_leftright",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK', "ctrl": True},
|
|
{"properties":
|
|
[("mode", 'CHECK'),
|
|
("extend", False),
|
|
],
|
|
},
|
|
),
|
|
("action.select_leftright",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK', "shift": True, "ctrl": True},
|
|
{"properties":
|
|
[("mode", 'CHECK'),
|
|
("extend", True),
|
|
],
|
|
},
|
|
),
|
|
("action.select_leftright",
|
|
{"type": 'LEFT_BRACKET', "value": 'PRESS'},
|
|
{"properties":
|
|
[("mode", 'LEFT'),
|
|
("extend", False),
|
|
],
|
|
},
|
|
),
|
|
("action.select_leftright",
|
|
{"type": 'RIGHT_BRACKET', "value": 'PRESS'},
|
|
{"properties":
|
|
[("mode", 'RIGHT'),
|
|
("extend", False),
|
|
],
|
|
},
|
|
),
|
|
("action.select_all",
|
|
{"type": 'A', "value": 'PRESS'},
|
|
{"properties":
|
|
[("action", 'SELECT'),
|
|
],
|
|
},
|
|
),
|
|
("action.select_all",
|
|
{"type": 'A', "value": 'PRESS', "alt": True},
|
|
{"properties":
|
|
[("action", 'DESELECT'),
|
|
],
|
|
},
|
|
),
|
|
("action.select_all",
|
|
{"type": 'I', "value": 'PRESS', "ctrl": True},
|
|
{"properties":
|
|
[("action", 'INVERT'),
|
|
],
|
|
},
|
|
),
|
|
("action.select_all",
|
|
{"type": 'A', "value": 'DOUBLE_CLICK'},
|
|
{"properties":
|
|
[("action", 'DESELECT'),
|
|
],
|
|
},
|
|
),
|
|
("action.select_box",
|
|
{"type": 'B', "value": 'PRESS'},
|
|
{"properties":
|
|
[("axis_range", False),
|
|
],
|
|
},
|
|
),
|
|
("action.select_box",
|
|
{"type": 'B', "value": 'PRESS', "alt": True},
|
|
{"properties":
|
|
[("axis_range", True),
|
|
],
|
|
},
|
|
),
|
|
("action.select_box",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'},
|
|
{"properties":
|
|
[("mode", 'SET'),
|
|
("tweak", True),
|
|
],
|
|
},
|
|
),
|
|
("action.select_box",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "shift": True},
|
|
{"properties":
|
|
[("mode", 'ADD'),
|
|
("tweak", True),
|
|
],
|
|
},
|
|
),
|
|
("action.select_box",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "ctrl": True},
|
|
{"properties":
|
|
[("mode", 'SUB'),
|
|
("tweak", True),
|
|
],
|
|
},
|
|
),
|
|
("action.select_lasso",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "ctrl": True},
|
|
{"properties":
|
|
[("mode", 'ADD'),
|
|
],
|
|
},
|
|
),
|
|
("action.select_lasso",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "shift": True, "ctrl": True},
|
|
{"properties":
|
|
[("mode", 'SUB'),
|
|
],
|
|
},
|
|
),
|
|
("action.select_circle", {"type": 'C', "value": 'PRESS'}, None),
|
|
("action.select_column",
|
|
{"type": 'K', "value": 'PRESS'},
|
|
{"properties":
|
|
[("mode", 'KEYS'),
|
|
],
|
|
},
|
|
),
|
|
("action.select_column",
|
|
{"type": 'K', "value": 'PRESS', "ctrl": True},
|
|
{"properties":
|
|
[("mode", 'CFRA'),
|
|
],
|
|
},
|
|
),
|
|
("action.select_column",
|
|
{"type": 'K', "value": 'PRESS', "shift": True},
|
|
{"properties":
|
|
[("mode", 'MARKERS_COLUMN'),
|
|
],
|
|
},
|
|
),
|
|
("action.select_column",
|
|
{"type": 'K', "value": 'PRESS', "alt": True},
|
|
{"properties":
|
|
[("mode", 'MARKERS_BETWEEN'),
|
|
],
|
|
},
|
|
),
|
|
("action.select_more", {"type": 'NUMPAD_PLUS', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("action.select_less", {"type": 'NUMPAD_MINUS', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("action.select_linked", {"type": 'L', "value": 'PRESS'}, None),
|
|
("action.frame_jump", {"type": 'G', "value": 'PRESS', "ctrl": True}, None),
|
|
("wm.call_menu_pie",
|
|
{"type": 'S', "value": 'PRESS', "shift": True},
|
|
{"properties":
|
|
[("name", 'DOPESHEET_MT_snap_pie'),
|
|
],
|
|
},
|
|
),
|
|
("action.mirror", {"type": 'M', "value": 'PRESS', "ctrl": True}, None),
|
|
("action.handle_type", {"type": 'V', "value": 'PRESS'}, None),
|
|
("action.interpolation_type", {"type": 'T', "value": 'PRESS'}, None),
|
|
("action.extrapolation_type", {"type": 'E', "value": 'PRESS', "shift": True}, None),
|
|
("action.easing_type", {"type": 'E', "value": 'PRESS', "ctrl": True}, None),
|
|
("action.keyframe_type", {"type": 'R', "value": 'PRESS'}, None),
|
|
("action.sample", {"type": 'O', "value": 'PRESS', "shift": True, "alt": True}, None),
|
|
("wm.call_menu",
|
|
{"type": 'X', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'DOPESHEET_MT_delete'),
|
|
],
|
|
},
|
|
),
|
|
("action.delete",
|
|
{"type": 'DEL', "value": 'PRESS'},
|
|
{"properties":
|
|
[("confirm", False),
|
|
],
|
|
},
|
|
),
|
|
("action.duplicate_move", {"type": 'D', "value": 'PRESS', "shift": True}, None),
|
|
("action.keyframe_insert", {"type": 'I', "value": 'PRESS'}, None),
|
|
("action.copy", {"type": 'C', "value": 'PRESS', "ctrl": True}, None),
|
|
("action.paste", {"type": 'V', "value": 'PRESS', "ctrl": True}, None),
|
|
("action.paste",
|
|
{"type": 'V', "value": 'PRESS', "shift": True, "ctrl": True},
|
|
{"properties":
|
|
[("flipped", True),
|
|
],
|
|
},
|
|
),
|
|
("action.previewrange_set", {"type": 'P', "value": 'PRESS', "ctrl": True, "alt": True}, None),
|
|
("action.view_all", {"type": 'HOME', "value": 'PRESS'}, None),
|
|
("action.view_all", {"type": 'NDOF_BUTTON_FIT', "value": 'PRESS'}, None),
|
|
("action.view_selected", {"type": 'NUMPAD_PERIOD', "value": 'PRESS'}, None),
|
|
("action.view_frame", {"type": 'NUMPAD_0', "value": 'PRESS'}, None),
|
|
("anim.channels_editable_toggle", {"type": 'TAB', "value": 'PRESS'}, None),
|
|
("anim.channels_find", {"type": 'F', "value": 'PRESS', "ctrl": True}, None),
|
|
("transform.transform",
|
|
{"type": 'G', "value": 'PRESS'},
|
|
{"properties":
|
|
[("mode", 'TIME_TRANSLATE'),
|
|
],
|
|
},
|
|
),
|
|
("transform.transform",
|
|
{"type": 'RIGHTMOUSE', "value": 'CLICK_DRAG'},
|
|
{"properties":
|
|
[("mode", 'TIME_TRANSLATE'),
|
|
],
|
|
},
|
|
),
|
|
("transform.transform",
|
|
{"type": 'E', "value": 'PRESS'},
|
|
{"properties":
|
|
[("mode", 'TIME_EXTEND'),
|
|
],
|
|
},
|
|
),
|
|
("transform.transform",
|
|
{"type": 'S', "value": 'PRESS'},
|
|
{"properties":
|
|
[("mode", 'TIME_SCALE'),
|
|
],
|
|
},
|
|
),
|
|
("transform.transform",
|
|
{"type": 'T', "value": 'PRESS', "shift": True},
|
|
{"properties":
|
|
[("mode", 'TIME_SLIDE'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu_pie",
|
|
{"type": 'O', "value": 'PRESS', "shift": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_proportional_editing_falloff_pie'),
|
|
],
|
|
},
|
|
),
|
|
("wm.context_toggle",
|
|
{"type": 'O', "value": 'PRESS'},
|
|
{"properties":
|
|
[("data_path", 'tool_settings.use_proportional_action'),
|
|
],
|
|
},
|
|
),
|
|
("marker.add", {"type": 'M', "value": 'PRESS'}, None),
|
|
("marker.rename", {"type": 'M', "value": 'PRESS', "ctrl": True}, None),
|
|
("marker.camera_bind", {"type": 'B', "value": 'PRESS', "ctrl": True}, None),
|
|
("wm.call_menu",
|
|
{"type": 'W', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'DOPESHEET_MT_context_menu'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu",
|
|
{"type": 'APP', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'DOPESHEET_MT_context_menu'),
|
|
],
|
|
},
|
|
),
|
|
("anim.change_frame", {"type": 'RIGHTMOUSE', "value": 'PRESS'}, None),
|
|
("action.duplicate_move", {"type": 'MIDDLEMOUSE', "value": 'PRESS', "shift": True}, None),
|
|
("action.keymove",
|
|
{"type": 'MIDDLEMOUSE', "value": 'PRESS', "shift": True},
|
|
{ "active":False,
|
|
},
|
|
),
|
|
],
|
|
},
|
|
),
|
|
("Frames",
|
|
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
{"items":
|
|
[("screen.frame_offset",
|
|
{"type": 'LEFT_ARROW', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("delta", -1),
|
|
],
|
|
},
|
|
),
|
|
("screen.frame_offset",
|
|
{"type": 'RIGHT_ARROW', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("delta", 1),
|
|
],
|
|
},
|
|
),
|
|
("screen.frame_jump",
|
|
{"type": 'RIGHT_ARROW', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("end", True),
|
|
],
|
|
},
|
|
),
|
|
("screen.frame_jump",
|
|
{"type": 'LEFT_ARROW', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("end", False),
|
|
],
|
|
},
|
|
),
|
|
("screen.keyframe_jump",
|
|
{"type": 'UP_ARROW', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("next", True),
|
|
],
|
|
},
|
|
),
|
|
("screen.keyframe_jump",
|
|
{"type": 'DOWN_ARROW', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("next", False),
|
|
],
|
|
},
|
|
),
|
|
("screen.keyframe_jump",
|
|
{"type": 'MEDIA_LAST', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("next", True),
|
|
],
|
|
},
|
|
),
|
|
("screen.keyframe_jump",
|
|
{"type": 'MEDIA_FIRST', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("next", False),
|
|
],
|
|
},
|
|
),
|
|
("screen.animation_play", {"type": 'V', "value": 'PRESS', "alt": True, "repeat": True}, None),
|
|
("screen.animation_play",
|
|
{"type": 'SPACE', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("reverse", True),
|
|
],
|
|
},
|
|
),
|
|
("screen.animation_cancel", {"type": 'ESC', "value": 'PRESS', "repeat": True}, None),
|
|
("screen.animation_play", {"type": 'MEDIA_PLAY', "value": 'PRESS', "repeat": True}, None),
|
|
("screen.animation_cancel", {"type": 'MEDIA_STOP', "value": 'PRESS', "repeat": True}, None),
|
|
],
|
|
},
|
|
),
|
|
("Graph Editor",
|
|
{"space_type": 'GRAPH_EDITOR', "region_type": 'WINDOW'},
|
|
{"items":
|
|
[("wm.context_toggle",
|
|
{"type": 'H', "value": 'PRESS', "ctrl": True},
|
|
{"properties":
|
|
[("data_path", 'space_data.show_handles'),
|
|
],
|
|
},
|
|
),
|
|
("graph.clickselect",
|
|
{"type": 'LEFTMOUSE', "value": 'PRESS'},
|
|
{"properties":
|
|
[("extend", False),
|
|
("deselect_all", True),
|
|
("column", False),
|
|
("curves", False),
|
|
],
|
|
},
|
|
),
|
|
("graph.clickselect",
|
|
{"type": 'LEFTMOUSE', "value": 'PRESS', "alt": True},
|
|
{"properties":
|
|
[("extend", False),
|
|
("column", True),
|
|
("curves", False),
|
|
],
|
|
},
|
|
),
|
|
("graph.clickselect",
|
|
{"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True},
|
|
{"properties":
|
|
[("extend", True),
|
|
("column", False),
|
|
("curves", False),
|
|
],
|
|
},
|
|
),
|
|
("graph.clickselect",
|
|
{"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True, "alt": True},
|
|
{"properties":
|
|
[("extend", True),
|
|
("column", True),
|
|
("curves", False),
|
|
],
|
|
},
|
|
),
|
|
("graph.clickselect",
|
|
{"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True, "alt": True},
|
|
{"properties":
|
|
[("extend", False),
|
|
("column", False),
|
|
("curves", True),
|
|
],
|
|
},
|
|
),
|
|
("graph.clickselect",
|
|
{"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True},
|
|
{"properties":
|
|
[("extend", True),
|
|
("column", False),
|
|
("curves", True),
|
|
],
|
|
},
|
|
),
|
|
("graph.select_leftright",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK', "ctrl": True},
|
|
{"properties":
|
|
[("mode", 'CHECK'),
|
|
("extend", False),
|
|
],
|
|
},
|
|
),
|
|
("graph.select_leftright",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK', "shift": True, "ctrl": True},
|
|
{"properties":
|
|
[("mode", 'CHECK'),
|
|
("extend", True),
|
|
],
|
|
},
|
|
),
|
|
("graph.select_leftright",
|
|
{"type": 'LEFT_BRACKET', "value": 'PRESS'},
|
|
{"properties":
|
|
[("mode", 'LEFT'),
|
|
("extend", False),
|
|
],
|
|
},
|
|
),
|
|
("graph.select_leftright",
|
|
{"type": 'RIGHT_BRACKET', "value": 'PRESS'},
|
|
{"properties":
|
|
[("mode", 'RIGHT'),
|
|
("extend", False),
|
|
],
|
|
},
|
|
),
|
|
("graph.select_all",
|
|
{"type": 'A', "value": 'PRESS'},
|
|
{"properties":
|
|
[("action", 'SELECT'),
|
|
],
|
|
},
|
|
),
|
|
("graph.select_all",
|
|
{"type": 'A', "value": 'PRESS', "alt": True},
|
|
{"properties":
|
|
[("action", 'DESELECT'),
|
|
],
|
|
},
|
|
),
|
|
("graph.select_all",
|
|
{"type": 'I', "value": 'PRESS', "ctrl": True},
|
|
{"properties":
|
|
[("action", 'INVERT'),
|
|
],
|
|
},
|
|
),
|
|
("graph.select_all",
|
|
{"type": 'A', "value": 'DOUBLE_CLICK'},
|
|
{"properties":
|
|
[("action", 'DESELECT'),
|
|
],
|
|
},
|
|
),
|
|
("graph.select_box", {"type": 'B', "value": 'PRESS'}, None),
|
|
("graph.select_box",
|
|
{"type": 'B', "value": 'PRESS', "alt": True},
|
|
{"properties":
|
|
[("axis_range", True),
|
|
],
|
|
},
|
|
),
|
|
("graph.select_box",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'},
|
|
{"properties":
|
|
[("axis_range", False),
|
|
("tweak", True),
|
|
("mode", 'SET'),
|
|
],
|
|
},
|
|
),
|
|
("graph.select_box",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "shift": True},
|
|
{"properties":
|
|
[("tweak", True),
|
|
("mode", 'ADD'),
|
|
],
|
|
},
|
|
),
|
|
("graph.select_box",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "ctrl": True},
|
|
{"properties":
|
|
[("tweak", True),
|
|
("mode", 'SUB'),
|
|
],
|
|
},
|
|
),
|
|
("graph.select_lasso",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "ctrl": True},
|
|
{"properties":
|
|
[("mode", 'ADD'),
|
|
],
|
|
},
|
|
),
|
|
("graph.select_lasso",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "shift": True, "ctrl": True},
|
|
{"properties":
|
|
[("mode", 'SUB'),
|
|
],
|
|
},
|
|
),
|
|
("graph.select_circle", {"type": 'C', "value": 'PRESS'}, None),
|
|
("graph.select_column",
|
|
{"type": 'K', "value": 'PRESS'},
|
|
{"properties":
|
|
[("mode", 'KEYS'),
|
|
],
|
|
},
|
|
),
|
|
("graph.select_column",
|
|
{"type": 'K', "value": 'PRESS', "ctrl": True},
|
|
{"properties":
|
|
[("mode", 'CFRA'),
|
|
],
|
|
},
|
|
),
|
|
("graph.select_column",
|
|
{"type": 'K', "value": 'PRESS', "shift": True},
|
|
{"properties":
|
|
[("mode", 'MARKERS_COLUMN'),
|
|
],
|
|
},
|
|
),
|
|
("graph.select_column",
|
|
{"type": 'K', "value": 'PRESS', "alt": True},
|
|
{"properties":
|
|
[("mode", 'MARKERS_BETWEEN'),
|
|
],
|
|
},
|
|
),
|
|
("graph.select_more", {"type": 'NUMPAD_PLUS', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("graph.select_less", {"type": 'NUMPAD_MINUS', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("graph.select_linked", {"type": 'L', "value": 'PRESS'}, None),
|
|
("graph.frame_jump", {"type": 'G', "value": 'PRESS', "ctrl": True}, None),
|
|
("wm.call_menu_pie",
|
|
{"type": 'S', "value": 'PRESS', "shift": True},
|
|
{"properties":
|
|
[("name", 'GRAPH_MT_snap_pie'),
|
|
],
|
|
},
|
|
),
|
|
("graph.mirror", {"type": 'M', "value": 'PRESS', "ctrl": True}, None),
|
|
("graph.handle_type", {"type": 'V', "value": 'PRESS'}, None),
|
|
("graph.interpolation_type", {"type": 'T', "value": 'PRESS'}, None),
|
|
("graph.easing_type", {"type": 'E', "value": 'PRESS', "ctrl": True}, None),
|
|
("graph.smooth", {"type": 'O', "value": 'PRESS', "alt": True}, None),
|
|
("graph.sample", {"type": 'O', "value": 'PRESS', "shift": True, "alt": True}, None),
|
|
("graph.bake", {"type": 'C', "value": 'PRESS', "alt": True}, None),
|
|
("wm.call_menu",
|
|
{"type": 'X', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'GRAPH_MT_delete'),
|
|
],
|
|
},
|
|
),
|
|
("graph.delete",
|
|
{"type": 'DEL', "value": 'PRESS'},
|
|
{"properties":
|
|
[("confirm", False),
|
|
],
|
|
},
|
|
),
|
|
("graph.duplicate_move", {"type": 'D', "value": 'PRESS', "shift": True}, None),
|
|
("graph.keyframe_insert", {"type": 'I', "value": 'PRESS', "alt": True}, None),
|
|
("graph.click_insert",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK', "ctrl": True},
|
|
{"properties":
|
|
[("extend", False),
|
|
],
|
|
},
|
|
),
|
|
("graph.click_insert",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK', "shift": True, "ctrl": True},
|
|
{"properties":
|
|
[("extend", True),
|
|
],
|
|
},
|
|
),
|
|
("graph.copy", {"type": 'C', "value": 'PRESS', "ctrl": True}, None),
|
|
("graph.paste", {"type": 'V', "value": 'PRESS', "ctrl": True}, None),
|
|
("graph.paste",
|
|
{"type": 'V', "value": 'PRESS', "shift": True, "ctrl": True},
|
|
{"properties":
|
|
[("flipped", True),
|
|
],
|
|
},
|
|
),
|
|
("graph.previewrange_set", {"type": 'P', "value": 'PRESS', "ctrl": True, "alt": True}, None),
|
|
("graph.view_all", {"type": 'HOME', "value": 'PRESS'}, None),
|
|
("graph.view_all", {"type": 'NDOF_BUTTON_FIT', "value": 'PRESS'}, None),
|
|
("graph.view_selected", {"type": 'F', "value": 'PRESS'}, None),
|
|
("graph.view_frame", {"type": 'NUMPAD_0', "value": 'PRESS'}, None),
|
|
("graph.fmodifier_add",
|
|
{"type": 'M', "value": 'PRESS', "shift": True, "ctrl": True},
|
|
{"properties":
|
|
[("only_active", False),
|
|
],
|
|
},
|
|
),
|
|
("anim.channels_editable_toggle", {"type": 'TAB', "value": 'PRESS'}, None),
|
|
("transform.translate", {"type": 'MIDDLEMOUSE', "value": 'CLICK_DRAG'}, None),
|
|
("transform.transform",
|
|
{"type": 'W', "value": 'PRESS'},
|
|
{"properties":
|
|
[("mode", 'TIME_EXTEND'),
|
|
],
|
|
},
|
|
),
|
|
("graph.keyframe_insert", {"type": 'S', "value": 'PRESS'}, None),
|
|
("wm.call_menu_pie",
|
|
{"type": 'O', "value": 'PRESS', "shift": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_proportional_editing_falloff_pie'),
|
|
],
|
|
},
|
|
),
|
|
("wm.context_toggle",
|
|
{"type": 'O', "value": 'PRESS'},
|
|
{"properties":
|
|
[("data_path", 'tool_settings.use_proportional_fcurve'),
|
|
],
|
|
},
|
|
),
|
|
("marker.add", {"type": 'M', "value": 'PRESS'}, None),
|
|
("marker.rename", {"type": 'M', "value": 'PRESS', "ctrl": True}, None),
|
|
("wm.call_menu",
|
|
{"type": 'RIGHTMOUSE', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'GRAPH_MT_context_menu'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu",
|
|
{"type": 'APP', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'GRAPH_MT_context_menu'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu_pie",
|
|
{"type": 'PERIOD', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'GRAPH_MT_pivot_pie'),
|
|
],
|
|
},
|
|
),
|
|
("graph.cursor_set", {"type": 'RIGHTMOUSE', "value": 'PRESS', "ctrl": True}, None),
|
|
("graph.keyframe_insert", {"type": 'MIDDLEMOUSE', "value": 'PRESS', "alt": True}, None),
|
|
("anim.keyframe_insert_by_name",
|
|
{"type": 'E', "value": 'PRESS', "shift": True},
|
|
{"properties":
|
|
[("type", 'Rotation'),
|
|
],
|
|
},
|
|
),
|
|
("anim.keyframe_insert_by_name",
|
|
{"type": 'W', "value": 'PRESS', "shift": True},
|
|
{"properties":
|
|
[("type", 'Location'),
|
|
],
|
|
},
|
|
),
|
|
("anim.keyframe_insert_by_name",
|
|
{"type": 'R', "value": 'PRESS', "shift": True},
|
|
{"properties":
|
|
[("type", 'Scaling'),
|
|
],
|
|
},
|
|
),
|
|
("transform.rotate", {"type": 'E', "value": 'PRESS'}, None),
|
|
],
|
|
},
|
|
),
|
|
("Grease Pencil Stroke Paint (Draw brush)",
|
|
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
{"items":
|
|
[("gpencil.draw", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None),
|
|
("gpencil.draw", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True}, None),
|
|
("gpencil.draw", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True, "alt": True}, None),
|
|
("gpencil.draw", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True}, None),
|
|
("gpencil.draw", {"type": 'O', "value": 'PRESS'}, None),
|
|
("gpencil.draw", {"type": 'J', "value": 'PRESS'}, None),
|
|
("gpencil.draw", {"type": 'J', "value": 'PRESS', "alt": True}, None),
|
|
("gpencil.draw", {"type": 'J', "value": 'PRESS', "shift": True}, None),
|
|
("gpencil.draw", {"type": 'K', "value": 'PRESS'}, None),
|
|
("gpencil.draw", {"type": 'K', "value": 'PRESS', "alt": True}, None),
|
|
("gpencil.draw", {"type": 'K', "value": 'PRESS', "shift": True}, None),
|
|
("gpencil.draw", {"type": 'L', "value": 'PRESS'}, None),
|
|
("gpencil.draw", {"type": 'L', "value": 'PRESS', "alt": True}, None),
|
|
("gpencil.draw", {"type": 'L', "value": 'PRESS', "ctrl": True}, None),
|
|
("gpencil.draw", {"type": 'V', "value": 'PRESS'}, None),
|
|
("gpencil.draw", {"type": 'M', "value": 'PRESS'}, None),
|
|
("gpencil.draw", {"type": 'C', "value": 'PRESS'}, None),
|
|
("gpencil.draw", {"type": 'C', "value": 'PRESS', "alt": True}, None),
|
|
("gpencil.draw", {"type": 'ERASER', "value": 'PRESS'}, None),
|
|
("gpencil.select_box", {"type": 'B', "value": 'PRESS'}, None),
|
|
("gpencil.select_lasso", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "ctrl": True, "alt": True}, None),
|
|
],
|
|
},
|
|
),
|
|
("Image",
|
|
{"space_type": 'IMAGE_EDITOR', "region_type": 'WINDOW'},
|
|
{"items":
|
|
[("image.view_all", {"type": 'HOME', "value": 'PRESS'}, None),
|
|
("image.view_all",
|
|
{"type": 'HOME', "value": 'PRESS', "shift": True},
|
|
{"properties":
|
|
[("fit_view", True),
|
|
],
|
|
},
|
|
),
|
|
("image.view_selected", {"type": 'NUMPAD_PERIOD', "value": 'PRESS'}, None),
|
|
("image.view_cursor_center", {"type": 'C', "value": 'PRESS', "shift": True}, None),
|
|
("image.view_pan", {"type": 'MIDDLEMOUSE', "value": 'PRESS', "alt": True}, None),
|
|
("image.view_pan", {"type": 'MIDDLEMOUSE', "value": 'PRESS', "shift": True}, None),
|
|
("image.view_pan", {"type": 'TRACKPADPAN', "value": 'ANY'}, None),
|
|
("image.view_all", {"type": 'NDOF_BUTTON_FIT', "value": 'PRESS'}, None),
|
|
("image.view_ndof", {"type": 'NDOF_MOTION', "value": 'ANY'}, None),
|
|
("image.view_zoom_in", {"type": 'WHEELINMOUSE', "value": 'PRESS'}, None),
|
|
("image.view_zoom_out", {"type": 'WHEELOUTMOUSE', "value": 'PRESS'}, None),
|
|
("image.view_zoom_in", {"type": 'NUMPAD_PLUS', "value": 'PRESS', "repeat": True}, None),
|
|
("image.view_zoom_out", {"type": 'NUMPAD_MINUS', "value": 'PRESS', "repeat": True}, None),
|
|
("image.view_zoom", {"type": 'RIGHTMOUSE', "value": 'PRESS', "alt": True}, None),
|
|
("image.view_zoom", {"type": 'TRACKPADZOOM', "value": 'ANY'}, None),
|
|
("image.view_zoom", {"type": 'TRACKPADPAN', "value": 'ANY', "ctrl": True}, None),
|
|
("image.view_zoom_border", {"type": 'B', "value": 'PRESS', "shift": True}, None),
|
|
("image.view_zoom_ratio",
|
|
{"type": 'NUMPAD_8', "value": 'PRESS', "ctrl": True},
|
|
{"properties":
|
|
[("ratio", 8.0),
|
|
],
|
|
},
|
|
),
|
|
("image.view_zoom_ratio",
|
|
{"type": 'NUMPAD_4', "value": 'PRESS', "ctrl": True},
|
|
{"properties":
|
|
[("ratio", 4.0),
|
|
],
|
|
},
|
|
),
|
|
("image.view_zoom_ratio",
|
|
{"type": 'NUMPAD_2', "value": 'PRESS', "ctrl": True},
|
|
{"properties":
|
|
[("ratio", 2.0),
|
|
],
|
|
},
|
|
),
|
|
("image.view_zoom_ratio",
|
|
{"type": 'NUMPAD_8', "value": 'PRESS', "shift": True},
|
|
{"properties":
|
|
[("ratio", 8.0),
|
|
],
|
|
},
|
|
),
|
|
("image.view_zoom_ratio",
|
|
{"type": 'NUMPAD_4', "value": 'PRESS', "shift": True},
|
|
{"properties":
|
|
[("ratio", 4.0),
|
|
],
|
|
},
|
|
),
|
|
("image.view_zoom_ratio",
|
|
{"type": 'NUMPAD_2', "value": 'PRESS', "shift": True},
|
|
{"properties":
|
|
[("ratio", 2.0),
|
|
],
|
|
},
|
|
),
|
|
("image.view_zoom_ratio",
|
|
{"type": 'NUMPAD_1', "value": 'PRESS'},
|
|
{"properties":
|
|
[("ratio", 1.0),
|
|
],
|
|
},
|
|
),
|
|
("image.view_zoom_ratio",
|
|
{"type": 'NUMPAD_2', "value": 'PRESS'},
|
|
{"properties":
|
|
[("ratio", 0.5),
|
|
],
|
|
},
|
|
),
|
|
("image.view_zoom_ratio",
|
|
{"type": 'NUMPAD_4', "value": 'PRESS'},
|
|
{"properties":
|
|
[("ratio", 0.25),
|
|
],
|
|
},
|
|
),
|
|
("image.view_zoom_ratio",
|
|
{"type": 'NUMPAD_8', "value": 'PRESS'},
|
|
{"properties":
|
|
[("ratio", 0.125),
|
|
],
|
|
},
|
|
),
|
|
("image.change_frame", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None),
|
|
("image.sample", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None),
|
|
("image.curves_point_set",
|
|
{"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True},
|
|
{"properties":
|
|
[("point", 'BLACK_POINT'),
|
|
],
|
|
},
|
|
),
|
|
("image.curves_point_set",
|
|
{"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True},
|
|
{"properties":
|
|
[("point", 'WHITE_POINT'),
|
|
],
|
|
},
|
|
),
|
|
("object.mode_set",
|
|
{"type": 'TAB', "value": 'PRESS'},
|
|
{"properties":
|
|
[("mode", 'EDIT'),
|
|
("toggle", True),
|
|
],
|
|
},
|
|
),
|
|
("wm.context_set_int",
|
|
{"type": 'ONE', "value": 'PRESS'},
|
|
{"properties":
|
|
[("data_path", 'space_data.image.render_slots.active_index'),
|
|
("value", 0),
|
|
],
|
|
},
|
|
),
|
|
("wm.context_set_int",
|
|
{"type": 'TWO', "value": 'PRESS'},
|
|
{"properties":
|
|
[("data_path", 'space_data.image.render_slots.active_index'),
|
|
("value", 1),
|
|
],
|
|
},
|
|
),
|
|
("wm.context_set_int",
|
|
{"type": 'THREE', "value": 'PRESS'},
|
|
{"properties":
|
|
[("data_path", 'space_data.image.render_slots.active_index'),
|
|
("value", 2),
|
|
],
|
|
},
|
|
),
|
|
("wm.context_set_int",
|
|
{"type": 'FOUR', "value": 'PRESS'},
|
|
{"properties":
|
|
[("data_path", 'space_data.image.render_slots.active_index'),
|
|
("value", 3),
|
|
],
|
|
},
|
|
),
|
|
("wm.context_set_int",
|
|
{"type": 'FIVE', "value": 'PRESS'},
|
|
{"properties":
|
|
[("data_path", 'space_data.image.render_slots.active_index'),
|
|
("value", 4),
|
|
],
|
|
},
|
|
),
|
|
("wm.context_set_int",
|
|
{"type": 'SIX', "value": 'PRESS'},
|
|
{"properties":
|
|
[("data_path", 'space_data.image.render_slots.active_index'),
|
|
("value", 5),
|
|
],
|
|
},
|
|
),
|
|
("wm.context_set_int",
|
|
{"type": 'SEVEN', "value": 'PRESS'},
|
|
{"properties":
|
|
[("data_path", 'space_data.image.render_slots.active_index'),
|
|
("value", 6),
|
|
],
|
|
},
|
|
),
|
|
("wm.context_set_int",
|
|
{"type": 'EIGHT', "value": 'PRESS'},
|
|
{"properties":
|
|
[("data_path", 'space_data.image.render_slots.active_index'),
|
|
("value", 7),
|
|
],
|
|
},
|
|
),
|
|
("wm.context_set_int",
|
|
{"type": 'NINE', "value": 'PRESS'},
|
|
{"properties":
|
|
[("data_path", 'space_data.image.render_slots.active_index'),
|
|
("value", 8),
|
|
],
|
|
},
|
|
),
|
|
("image.render_border", {"type": 'B', "value": 'PRESS', "ctrl": True}, None),
|
|
("image.clear_render_border", {"type": 'B', "value": 'PRESS', "ctrl": True, "alt": True}, None),
|
|
("wm.call_menu",
|
|
{"type": 'W', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'IMAGE_MT_mask_context_menu'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu",
|
|
{"type": 'APP', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'IMAGE_MT_mask_context_menu'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu_pie",
|
|
{"type": 'PERIOD', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'IMAGE_MT_pivot_pie'),
|
|
],
|
|
},
|
|
),
|
|
("image.view_pan", {"type": 'MIDDLEMOUSE', "value": 'PRESS'}, None),
|
|
],
|
|
},
|
|
),
|
|
("Knife Tool Modal Map",
|
|
{"space_type": 'EMPTY', "region_type": 'WINDOW', "modal": True},
|
|
{"items":
|
|
[("CANCEL", {"type": 'ESC', "value": 'PRESS', "any": True, "repeat": True}, None),
|
|
("PANNING", {"type": 'LEFTMOUSE', "value": 'ANY', "alt": True}, None),
|
|
("ADD_CUT_CLOSED", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK', "any": True}, None),
|
|
("ADD_CUT", {"type": 'LEFTMOUSE', "value": 'ANY'}, None),
|
|
("CANCEL", {"type": 'RIGHTMOUSE', "value": 'PRESS', "shift": True, "ctrl": True, "oskey": True}, None),
|
|
("CONFIRM", {"type": 'RET', "value": 'PRESS', "any": True, "repeat": True}, None),
|
|
("CONFIRM", {"type": 'NUMPAD_ENTER', "value": 'PRESS', "any": True, "repeat": True}, None),
|
|
("CONFIRM", {"type": 'SPACE', "value": 'PRESS', "any": True, "repeat": True}, None),
|
|
("NEW_CUT", {"type": 'E', "value": 'PRESS', "repeat": True}, None),
|
|
("SNAP_MIDPOINTS_ON", {"type": 'LEFT_CTRL', "value": 'PRESS', "any": True, "repeat": True}, None),
|
|
("SNAP_MIDPOINTS_OFF", {"type": 'LEFT_CTRL', "value": 'RELEASE', "any": True}, None),
|
|
("SNAP_MIDPOINTS_ON", {"type": 'RIGHT_CTRL', "value": 'PRESS', "any": True, "repeat": True}, None),
|
|
("SNAP_MIDPOINTS_OFF", {"type": 'RIGHT_CTRL', "value": 'RELEASE', "any": True}, None),
|
|
("IGNORE_SNAP_ON", {"type": 'LEFT_SHIFT', "value": 'PRESS', "any": True, "repeat": True}, None),
|
|
("IGNORE_SNAP_OFF", {"type": 'LEFTMOUSE', "value": 'ANY'}, None),
|
|
("IGNORE_SNAP_ON", {"type": 'RIGHT_SHIFT', "value": 'PRESS', "any": True, "repeat": True}, None),
|
|
("IGNORE_SNAP_OFF", {"type": 'RIGHT_SHIFT', "value": 'RELEASE', "any": True}, None),
|
|
("ANGLE_SNAP_TOGGLE", {"type": 'C', "value": 'PRESS', "repeat": True}, None),
|
|
("CUT_THROUGH_TOGGLE", {"type": 'Z', "value": 'PRESS', "repeat": True}, None),
|
|
("PANNING", {"type": 'MIDDLEMOUSE', "value": 'PRESS', "alt": True}, None),
|
|
("PANNING", {"type": 'RIGHTMOUSE', "value": 'PRESS', "alt": True}, None),
|
|
],
|
|
},
|
|
),
|
|
("Lattice",
|
|
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
{"items":
|
|
[("lattice.select_all",
|
|
{"type": 'A', "value": 'PRESS'},
|
|
{"properties":
|
|
[("action", 'SELECT'),
|
|
],
|
|
},
|
|
),
|
|
("lattice.select_all",
|
|
{"type": 'A', "value": 'PRESS', "alt": True},
|
|
{"properties":
|
|
[("action", 'DESELECT'),
|
|
],
|
|
},
|
|
),
|
|
("lattice.select_all",
|
|
{"type": 'I', "value": 'PRESS', "ctrl": True},
|
|
{"properties":
|
|
[("action", 'INVERT'),
|
|
],
|
|
},
|
|
),
|
|
("lattice.select_all",
|
|
{"type": 'A', "value": 'DOUBLE_CLICK'},
|
|
{"properties":
|
|
[("action", 'DESELECT'),
|
|
],
|
|
},
|
|
),
|
|
("lattice.select_more", {"type": 'NUMPAD_PLUS', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("lattice.select_less", {"type": 'NUMPAD_MINUS', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("object.vertex_parent_set", {"type": 'P', "value": 'PRESS', "ctrl": True}, None),
|
|
("lattice.flip", {"type": 'F', "value": 'PRESS', "alt": True}, None),
|
|
("wm.call_menu",
|
|
{"type": 'H', "value": 'PRESS', "ctrl": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_hook'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu_pie",
|
|
{"type": 'O', "value": 'PRESS', "shift": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_proportional_editing_falloff_pie'),
|
|
],
|
|
},
|
|
),
|
|
("wm.context_toggle",
|
|
{"type": 'O', "value": 'PRESS'},
|
|
{"properties":
|
|
[("data_path", 'tool_settings.use_proportional_edit'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu",
|
|
{"type": 'W', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_edit_lattice_context_menu'),
|
|
],
|
|
"active":False,
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'W', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'builtin.move'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'E', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'builtin.rotate'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'R', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'builtin.scale'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'Q', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'builtin.select_box'),
|
|
],
|
|
},
|
|
),
|
|
],
|
|
},
|
|
),
|
|
("Mesh",
|
|
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
{"items":
|
|
[("mesh.loopcut_slide",
|
|
{"type": 'R', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("TRANSFORM_OT_edge_slide",
|
|
[("release_confirm", False),
|
|
],
|
|
),
|
|
],
|
|
},
|
|
),
|
|
("mesh.offset_edge_loops_slide",
|
|
{"type": 'R', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("TRANSFORM_OT_edge_slide",
|
|
[("release_confirm", False),
|
|
],
|
|
),
|
|
],
|
|
},
|
|
),
|
|
("mesh.inset", {"type": 'I', "value": 'PRESS', "repeat": True}, None),
|
|
("mesh.bevel", {"type": 'B', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("mesh.bevel", {"type": 'B', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True}, None),
|
|
("object.toggle_subsurf1", {"type": 'ONE', "value": 'PRESS', "repeat": True}, None),
|
|
("object.toggle_subsurf2", {"type": 'TWO', "value": 'PRESS', "repeat": True}, None),
|
|
("object.toggle_subsurf3", {"type": 'THREE', "value": 'PRESS', "repeat": True}, None),
|
|
("mesh.select_mode",
|
|
{"type": 'ONE', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("use_extend", True),
|
|
("type", 'VERT'),
|
|
],
|
|
},
|
|
),
|
|
("mesh.select_mode",
|
|
{"type": 'TWO', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("use_extend", True),
|
|
("type", 'EDGE'),
|
|
],
|
|
},
|
|
),
|
|
("mesh.select_mode",
|
|
{"type": 'THREE', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("use_extend", True),
|
|
("type", 'FACE'),
|
|
],
|
|
},
|
|
),
|
|
("mesh.select_mode",
|
|
{"type": 'ONE', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("use_expand", True),
|
|
("type", 'VERT'),
|
|
],
|
|
},
|
|
),
|
|
("mesh.select_mode",
|
|
{"type": 'TWO', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("use_expand", True),
|
|
("type", 'EDGE'),
|
|
],
|
|
},
|
|
),
|
|
("mesh.select_mode",
|
|
{"type": 'THREE', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("use_expand", True),
|
|
("type", 'FACE'),
|
|
],
|
|
},
|
|
),
|
|
("mesh.select_mode",
|
|
{"type": 'ONE', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("use_extend", True),
|
|
("use_expand", True),
|
|
("type", 'VERT'),
|
|
],
|
|
},
|
|
),
|
|
("mesh.select_mode",
|
|
{"type": 'TWO', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("use_extend", True),
|
|
("use_expand", True),
|
|
("type", 'EDGE'),
|
|
],
|
|
},
|
|
),
|
|
("mesh.select_mode",
|
|
{"type": 'THREE', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("use_extend", True),
|
|
("use_expand", True),
|
|
("type", 'FACE'),
|
|
],
|
|
},
|
|
),
|
|
("mesh.loop_select",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK', "alt": True},
|
|
{"properties":
|
|
[("extend", False),
|
|
("deselect", False),
|
|
("toggle", False),
|
|
],
|
|
"active":False,
|
|
},
|
|
),
|
|
("mesh.loop_select",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK', "shift": True, "alt": True},
|
|
{"properties":
|
|
[("extend", False),
|
|
("deselect", False),
|
|
("toggle", True),
|
|
],
|
|
},
|
|
),
|
|
("mesh.edgering_select",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK', "ctrl": True, "alt": True},
|
|
{"properties":
|
|
[("extend", False),
|
|
("deselect", False),
|
|
("toggle", False),
|
|
],
|
|
},
|
|
),
|
|
("mesh.edgering_select",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK', "shift": True, "ctrl": True, "alt": True},
|
|
{"properties":
|
|
[("extend", False),
|
|
("deselect", False),
|
|
("toggle", True),
|
|
],
|
|
},
|
|
),
|
|
("mesh.shortest_path_pick",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK', "ctrl": True},
|
|
{"properties":
|
|
[("use_fill", False),
|
|
],
|
|
},
|
|
),
|
|
("mesh.shortest_path_pick",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK', "shift": True, "ctrl": True},
|
|
{"properties":
|
|
[("use_fill", True),
|
|
],
|
|
},
|
|
),
|
|
("mesh.select_all",
|
|
{"type": 'A', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("action", 'SELECT'),
|
|
],
|
|
},
|
|
),
|
|
("mesh.select_all",
|
|
{"type": 'A', "value": 'PRESS', "alt": True, "repeat": True},
|
|
{"properties":
|
|
[("action", 'DESELECT'),
|
|
],
|
|
},
|
|
),
|
|
("mesh.select_all",
|
|
{"type": 'I', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("action", 'INVERT'),
|
|
],
|
|
},
|
|
),
|
|
("mesh.select_all",
|
|
{"type": 'A', "value": 'DOUBLE_CLICK'},
|
|
{"properties":
|
|
[("action", 'DESELECT'),
|
|
],
|
|
},
|
|
),
|
|
("mesh.select_more", {"type": 'PERIOD', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
("mesh.select_less", {"type": 'COMMA', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
("mesh.select_next_item", {"type": 'NUMPAD_PLUS', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True}, None),
|
|
("mesh.select_prev_item", {"type": 'NUMPAD_MINUS', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True}, None),
|
|
("mesh.select_linked", {"type": 'L', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("mesh.select_linked_pick",
|
|
{"type": 'L', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("deselect", False),
|
|
],
|
|
},
|
|
),
|
|
("mesh.select_linked_pick",
|
|
{"type": 'L', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("deselect", True),
|
|
],
|
|
},
|
|
),
|
|
("mesh.select_mirror", {"type": 'M', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True}, None),
|
|
("wm.call_menu",
|
|
{"type": 'G', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_edit_mesh_select_similar'),
|
|
],
|
|
},
|
|
),
|
|
("mesh.hide",
|
|
{"type": 'H', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("unselected", False),
|
|
],
|
|
},
|
|
),
|
|
("mesh.hide",
|
|
{"type": 'H', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("unselected", True),
|
|
],
|
|
},
|
|
),
|
|
("mesh.reveal", {"type": 'H', "value": 'PRESS', "alt": True, "repeat": True}, None),
|
|
("mesh.normals_make_consistent",
|
|
{"type": 'N', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("inside", False),
|
|
],
|
|
},
|
|
),
|
|
("mesh.normals_make_consistent",
|
|
{"type": 'N', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("inside", True),
|
|
],
|
|
},
|
|
),
|
|
("view3d.edit_mesh_extrude_move_normal", {"type": 'E', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("wm.call_menu",
|
|
{"type": 'E', "value": 'PRESS', "alt": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_edit_mesh_extrude'),
|
|
],
|
|
"active":False,
|
|
},
|
|
),
|
|
("transform.edge_crease", {"type": 'E', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
("mesh.fill", {"type": 'F', "value": 'PRESS', "alt": True, "repeat": True}, None),
|
|
("mesh.quads_convert_to_tris",
|
|
{"type": 'T', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("quad_method", 'BEAUTY'),
|
|
("ngon_method", 'BEAUTY'),
|
|
],
|
|
},
|
|
),
|
|
("mesh.quads_convert_to_tris",
|
|
{"type": 'T', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("quad_method", 'FIXED'),
|
|
("ngon_method", 'CLIP'),
|
|
],
|
|
},
|
|
),
|
|
("mesh.tris_convert_to_quads", {"type": 'J', "value": 'PRESS', "alt": True, "repeat": True}, None),
|
|
("mesh.rip_move",
|
|
{"type": 'V', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("MESH_OT_rip",
|
|
[("use_fill", False),
|
|
],
|
|
),
|
|
],
|
|
},
|
|
),
|
|
("mesh.rip_move",
|
|
{"type": 'V', "value": 'PRESS', "alt": True, "repeat": True},
|
|
{"properties":
|
|
[("MESH_OT_rip",
|
|
[("use_fill", True),
|
|
],
|
|
),
|
|
],
|
|
},
|
|
),
|
|
("mesh.rip_edge_move", {"type": 'D', "value": 'PRESS', "alt": True, "repeat": True}, None),
|
|
("mesh.merge", {"type": 'M', "value": 'PRESS', "alt": True, "repeat": True}, None),
|
|
("transform.shrink_fatten", {"type": 'S', "value": 'PRESS', "alt": True, "repeat": True}, None),
|
|
("mesh.edge_face_add", {"type": 'G', "value": 'PRESS', "repeat": True}, None),
|
|
("mesh.duplicate_move", {"type": 'D', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
("wm.call_menu",
|
|
{"type": 'A', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_mesh_add'),
|
|
],
|
|
},
|
|
),
|
|
("mesh.separate", {"type": 'P', "value": 'PRESS', "repeat": True}, None),
|
|
("mesh.split", {"type": 'Y', "value": 'PRESS', "repeat": True}, None),
|
|
("mesh.vert_connect_path", {"type": 'J', "value": 'PRESS', "repeat": True}, None),
|
|
("mesh.point_normals", {"type": 'L', "value": 'PRESS', "alt": True, "repeat": True}, None),
|
|
("transform.vert_slide", {"type": 'V', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
("mesh.dupli_extrude_cursor",
|
|
{"type": 'RIGHTMOUSE', "value": 'CLICK', "ctrl": True},
|
|
{"properties":
|
|
[("rotate_source", True),
|
|
],
|
|
},
|
|
),
|
|
("mesh.dupli_extrude_cursor",
|
|
{"type": 'RIGHTMOUSE', "value": 'CLICK', "shift": True, "ctrl": True},
|
|
{"properties":
|
|
[("rotate_source", False),
|
|
],
|
|
},
|
|
),
|
|
("edit.delete_without_confirm", {"type": 'X', "value": 'PRESS', "repeat": True}, None),
|
|
("mesh.dissolve_mode", {"type": 'X', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("mesh.dissolve_mode", {"type": 'DEL', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("mesh.knife_tool",
|
|
{"type": 'K', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("use_occlude_geometry", True),
|
|
("only_selected", False),
|
|
],
|
|
},
|
|
),
|
|
("object.vertex_parent_set", {"type": 'P', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("wm.call_menu",
|
|
{"type": 'W', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_edit_mesh_specials'),
|
|
],
|
|
"active":False,
|
|
},
|
|
),
|
|
("wm.call_menu",
|
|
{"type": 'F', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_edit_mesh_faces'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu",
|
|
{"type": 'E', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_edit_mesh_edges'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu",
|
|
{"type": 'V', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_edit_mesh_vertices'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu",
|
|
{"type": 'H', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_hook'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu",
|
|
{"type": 'U', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_uv_map'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu",
|
|
{"type": 'G', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_vertex_group'),
|
|
],
|
|
},
|
|
),
|
|
("object.vertex_group_remove_from", {"type": 'G', "value": 'PRESS', "ctrl": True, "alt": True, "repeat": True}, None),
|
|
("wm.call_menu_pie",
|
|
{"type": 'O', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_proportional_editing_falloff_pie'),
|
|
],
|
|
},
|
|
),
|
|
("wm.context_toggle_enum",
|
|
{"type": 'O', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("data_path", 'tool_settings.proportional_edit'),
|
|
("value_1", 'DISABLED'),
|
|
("value_2", 'ENABLED'),
|
|
],
|
|
},
|
|
),
|
|
("wm.context_toggle_enum",
|
|
{"type": 'O', "value": 'PRESS', "alt": True, "repeat": True},
|
|
{"properties":
|
|
[("data_path", 'tool_settings.proportional_edit'),
|
|
("value_1", 'DISABLED'),
|
|
("value_2", 'CONNECTED'),
|
|
],
|
|
},
|
|
),
|
|
("mesh.loop_select",
|
|
{"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK'},
|
|
{"properties":
|
|
[("extend", False),
|
|
("deselect", False),
|
|
("toggle", False),
|
|
],
|
|
},
|
|
),
|
|
("mesh.loop_select",
|
|
{"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK', "shift": True},
|
|
{"properties":
|
|
[("extend", True),
|
|
("deselect", False),
|
|
("toggle", False),
|
|
],
|
|
},
|
|
),
|
|
("mesh.loop_select",
|
|
{"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK', "alt": True},
|
|
{"properties":
|
|
[("extend", False),
|
|
("deselect", True),
|
|
("toggle", False),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_name", {"type": 'Q', "value": 'PRESS', "repeat": True}, None),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'Q', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'builtin.select_box'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'W', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'builtin.move'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'E', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'builtin.rotate'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'R', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'builtin.scale'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu",
|
|
{"type": 'RIGHTMOUSE', "value": 'PRESS', "shift": True},
|
|
{"properties":
|
|
[("name", 'SPECIAL_MT_Menu'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu",
|
|
{"type": 'RIGHTMOUSE', "value": 'PRESS', "ctrl": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_edit_mesh_context_menu'),
|
|
],
|
|
},
|
|
),
|
|
("object.extrudeaxis", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK', "ctrl": True}, None),
|
|
("object.swapmode",
|
|
{"type": 'MIDDLEMOUSE', "value": 'DOUBLE_CLICK'},
|
|
{ "active":False,
|
|
},
|
|
),
|
|
("object.swapmode",
|
|
{"type": 'MIDDLEMOUSE', "value": 'DOUBLE_CLICK'},
|
|
{ "active":False,
|
|
},
|
|
),
|
|
("object.swapmode",
|
|
{"type": 'MIDDLEMOUSE', "value": 'DOUBLE_CLICK'},
|
|
{ "active":False,
|
|
},
|
|
),
|
|
("object.swapmode",
|
|
{"type": 'MIDDLEMOUSE', "value": 'DOUBLE_CLICK'},
|
|
{ "active":False,
|
|
},
|
|
),
|
|
("object.swapmode",
|
|
{"type": 'MIDDLEMOUSE', "value": 'DOUBLE_CLICK'},
|
|
{ "active":False,
|
|
},
|
|
),
|
|
("wm.call_menu",
|
|
{"type": 'DEL', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_edit_mesh_delete'),
|
|
],
|
|
},
|
|
),
|
|
],
|
|
},
|
|
),
|
|
("Object Mode",
|
|
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
{"items":
|
|
[("wm.call_menu_pie",
|
|
{"type": 'O', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_proportional_editing_falloff_pie'),
|
|
],
|
|
},
|
|
),
|
|
("wm.context_toggle",
|
|
{"type": 'O', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("data_path", 'tool_settings.use_proportional_edit_objects'),
|
|
],
|
|
},
|
|
),
|
|
("object.select_all",
|
|
{"type": 'A', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("action", 'SELECT'),
|
|
],
|
|
},
|
|
),
|
|
("object.select_all",
|
|
{"type": 'A', "value": 'PRESS', "alt": True, "repeat": True},
|
|
{"properties":
|
|
[("action", 'DESELECT'),
|
|
],
|
|
},
|
|
),
|
|
("object.select_all",
|
|
{"type": 'I', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("action", 'INVERT'),
|
|
],
|
|
},
|
|
),
|
|
("object.select_all",
|
|
{"type": 'A', "value": 'DOUBLE_CLICK'},
|
|
{"properties":
|
|
[("action", 'DESELECT'),
|
|
],
|
|
},
|
|
),
|
|
("object.select_more", {"type": 'PERIOD', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
("object.select_less", {"type": 'COMMA', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
("object.select_linked", {"type": 'L', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
("object.select_grouped", {"type": 'G', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
("object.select_hierarchy",
|
|
{"type": 'LEFT_BRACKET', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("direction", 'PARENT'),
|
|
("extend", False),
|
|
],
|
|
},
|
|
),
|
|
("object.select_hierarchy",
|
|
{"type": 'LEFT_BRACKET', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("direction", 'PARENT'),
|
|
("extend", True),
|
|
],
|
|
},
|
|
),
|
|
("object.select_hierarchy",
|
|
{"type": 'RIGHT_BRACKET', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("direction", 'CHILD'),
|
|
("extend", False),
|
|
],
|
|
},
|
|
),
|
|
("object.select_hierarchy",
|
|
{"type": 'RIGHT_BRACKET', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("direction", 'CHILD'),
|
|
("extend", True),
|
|
],
|
|
},
|
|
),
|
|
("object.parent_set", {"type": 'P', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("object.parent_clear", {"type": 'P', "value": 'PRESS', "alt": True, "repeat": True}, None),
|
|
("object.location_clear",
|
|
{"type": 'G', "value": 'PRESS', "alt": True, "repeat": True},
|
|
{"properties":
|
|
[("clear_delta", False),
|
|
],
|
|
},
|
|
),
|
|
("object.rotation_clear",
|
|
{"type": 'R', "value": 'PRESS', "alt": True, "repeat": True},
|
|
{"properties":
|
|
[("clear_delta", False),
|
|
],
|
|
},
|
|
),
|
|
("object.scale_clear",
|
|
{"type": 'S', "value": 'PRESS', "alt": True, "repeat": True},
|
|
{"properties":
|
|
[("clear_delta", False),
|
|
],
|
|
},
|
|
),
|
|
("object.delete",
|
|
{"type": 'X', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("use_global", False),
|
|
],
|
|
},
|
|
),
|
|
("object.delete",
|
|
{"type": 'X', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("use_global", True),
|
|
],
|
|
},
|
|
),
|
|
("object.delete",
|
|
{"type": 'DEL', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("use_global", False),
|
|
("confirm", False),
|
|
],
|
|
},
|
|
),
|
|
("object.delete",
|
|
{"type": 'DEL', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("use_global", True),
|
|
("confirm", False),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu",
|
|
{"type": 'A', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_add'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu",
|
|
{"type": 'A', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_object_apply'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu",
|
|
{"type": 'L', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_make_links'),
|
|
],
|
|
},
|
|
),
|
|
("object.duplicate_move", {"type": 'D', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
("object.duplicate_move_linked", {"type": 'D', "value": 'PRESS', "alt": True, "repeat": True}, None),
|
|
("object.join", {"type": 'J', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("anim.keyframe_insert_menu", {"type": 'I', "value": 'PRESS', "repeat": True}, None),
|
|
("anim.keyframe_delete_v3d", {"type": 'I', "value": 'PRESS', "alt": True, "repeat": True}, None),
|
|
("anim.keying_set_active_set", {"type": 'I', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True, "repeat": True}, None),
|
|
("collection.create",
|
|
{"type": 'G', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{ "active":False,
|
|
},
|
|
),
|
|
("collection.objects_remove", {"type": 'G', "value": 'PRESS', "ctrl": True, "alt": True, "repeat": True}, None),
|
|
("collection.objects_remove_all", {"type": 'G', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True, "repeat": True}, None),
|
|
("collection.objects_add_active", {"type": 'G', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True}, None),
|
|
("collection.objects_remove_active", {"type": 'G', "value": 'PRESS', "shift": True, "alt": True, "repeat": True}, None),
|
|
("wm.call_menu",
|
|
{"type": 'W', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_object_specials'),
|
|
],
|
|
"active":False,
|
|
},
|
|
),
|
|
("object.subdivision_set",
|
|
{"type": 'ZERO', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("level", 0),
|
|
("relative", False),
|
|
],
|
|
},
|
|
),
|
|
("object.subdivision_set",
|
|
{"type": 'ONE', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("level", 1),
|
|
("relative", False),
|
|
],
|
|
},
|
|
),
|
|
("object.subdivision_set",
|
|
{"type": 'TWO', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("level", 2),
|
|
("relative", False),
|
|
],
|
|
},
|
|
),
|
|
("object.subdivision_set",
|
|
{"type": 'THREE', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("level", 3),
|
|
("relative", False),
|
|
],
|
|
},
|
|
),
|
|
("object.subdivision_set",
|
|
{"type": 'FOUR', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("level", 4),
|
|
("relative", False),
|
|
],
|
|
},
|
|
),
|
|
("object.subdivision_set",
|
|
{"type": 'FIVE', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("level", 5),
|
|
("relative", False),
|
|
],
|
|
},
|
|
),
|
|
("object.move_to_collection", {"type": 'M', "value": 'PRESS', "repeat": True}, None),
|
|
("object.link_to_collection", {"type": 'M', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
("object.hide_view_clear",
|
|
{"type": 'H', "value": 'PRESS', "alt": True, "repeat": True},
|
|
{"properties":
|
|
[("select", True),
|
|
],
|
|
},
|
|
),
|
|
("object.hide_view_set",
|
|
{"type": 'H', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("unselected", False),
|
|
],
|
|
},
|
|
),
|
|
("object.hide_view_set",
|
|
{"type": 'H', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("unselected", True),
|
|
],
|
|
},
|
|
),
|
|
("object.hide_collection", {"type": 'H', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("object.hide_collection",
|
|
{"type": 'ONE', "value": 'PRESS', "any": True, "repeat": True},
|
|
{"properties":
|
|
[("collection_index", 1),
|
|
],
|
|
"active":False,
|
|
},
|
|
),
|
|
("object.hide_collection",
|
|
{"type": 'TWO', "value": 'PRESS', "any": True, "repeat": True},
|
|
{"properties":
|
|
[("collection_index", 2),
|
|
],
|
|
"active":False,
|
|
},
|
|
),
|
|
("object.hide_collection",
|
|
{"type": 'THREE', "value": 'PRESS', "any": True, "repeat": True},
|
|
{"properties":
|
|
[("collection_index", 3),
|
|
],
|
|
"active":False,
|
|
},
|
|
),
|
|
("object.hide_collection",
|
|
{"type": 'FOUR', "value": 'PRESS', "any": True, "repeat": True},
|
|
{"properties":
|
|
[("collection_index", 4),
|
|
],
|
|
},
|
|
),
|
|
("object.hide_collection",
|
|
{"type": 'FIVE', "value": 'PRESS', "any": True, "repeat": True},
|
|
{"properties":
|
|
[("collection_index", 5),
|
|
],
|
|
},
|
|
),
|
|
("object.hide_collection",
|
|
{"type": 'SIX', "value": 'PRESS', "any": True, "repeat": True},
|
|
{"properties":
|
|
[("collection_index", 6),
|
|
],
|
|
},
|
|
),
|
|
("object.hide_collection",
|
|
{"type": 'SEVEN', "value": 'PRESS', "any": True, "repeat": True},
|
|
{"properties":
|
|
[("collection_index", 7),
|
|
],
|
|
},
|
|
),
|
|
("object.hide_collection",
|
|
{"type": 'EIGHT', "value": 'PRESS', "any": True, "repeat": True},
|
|
{"properties":
|
|
[("collection_index", 8),
|
|
],
|
|
},
|
|
),
|
|
("object.hide_collection",
|
|
{"type": 'NINE', "value": 'PRESS', "any": True, "repeat": True},
|
|
{"properties":
|
|
[("collection_index", 9),
|
|
],
|
|
},
|
|
),
|
|
("object.hide_collection",
|
|
{"type": 'ZERO', "value": 'PRESS', "any": True, "repeat": True},
|
|
{"properties":
|
|
[("collection_index", 10),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_name", {"type": 'Q', "value": 'PRESS', "repeat": True}, None),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'W', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'builtin.move'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'E', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'builtin.rotate'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'R', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'builtin.scale'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'Q', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'builtin.select_box'),
|
|
],
|
|
},
|
|
),
|
|
("object.toggle_subsurf", {"type": 'THREE', "value": 'PRESS', "repeat": True}, None),
|
|
("object.toggle_subsurf2", {"type": 'TWO', "value": 'PRESS', "repeat": True}, None),
|
|
("object.toggle_subsurf1", {"type": 'ONE', "value": 'PRESS', "repeat": True}, None),
|
|
("object.toggle_subsurf3", {"type": 'THREE', "value": 'PRESS', "repeat": True}, None),
|
|
("wm.call_menu",
|
|
{"type": 'RIGHTMOUSE', "value": 'PRESS', "ctrl": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_object_context_menu'),
|
|
],
|
|
},
|
|
),
|
|
("object.pivotlock", {"type": 'V', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("object.hideorigin", {"type": 'D', "value": 'PRESS', "repeat": True}, None),
|
|
("theme.double", {"type": 'B', "value": 'PRESS', "alt": True, "repeat": True}, None),
|
|
("object.keygridsnap", {"type": 'G', "value": 'PRESS', "key_modifier": 'D', "repeat": True}, None),
|
|
("object.keyvertexsnap", {"type": 'V', "value": 'PRESS', "key_modifier": 'D', "repeat": True}, None),
|
|
("object.keycurvesnap", {"type": 'C', "value": 'PRESS', "key_modifier": 'D', "repeat": True}, None),
|
|
("object.move_to_collection", {"type": 'G', "value": 'PRESS', "ctrl": True}, None),
|
|
],
|
|
},
|
|
),
|
|
("Object Non-modal",
|
|
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
{"items":
|
|
[("wm.call_menu_pie",
|
|
{"type": 'Q', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'pie.view_of'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu_pie",
|
|
{"type": 'TAB', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'view3d.snap_of'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu_pie",
|
|
{"type": 'Z', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'pie.shade_of'),
|
|
],
|
|
"active":False,
|
|
},
|
|
),
|
|
("wm.call_menu_pie",
|
|
{"type": 'PERIOD', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'view3d.pivot_of'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu_pie",
|
|
{"type": 'TAB', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'pie.object_mode_of'),
|
|
],
|
|
"active":False,
|
|
},
|
|
),
|
|
("wm.call_menu_pie",
|
|
{"type": 'Q', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'pie.view_of'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu_pie",
|
|
{"type": 'TAB', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'view3d.snap_of'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu_pie",
|
|
{"type": 'PERIOD', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'view3d.pivot_of'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu_pie",
|
|
{"type": 'SPACE', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'view3d.manipulator_of'),
|
|
],
|
|
"active":False,
|
|
},
|
|
),
|
|
("object.mode_set",
|
|
{"type": 'TAB', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("mode", 'EDIT'),
|
|
("toggle", True),
|
|
],
|
|
},
|
|
),
|
|
("view3d.object_mode_pie_or_toggle", {"type": 'TAB', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("object.transfer_mode", {"type": 'Q', "value": 'PRESS', "alt": True}, None),
|
|
],
|
|
},
|
|
),
|
|
("Outliner",
|
|
{"space_type": 'OUTLINER', "region_type": 'WINDOW'},
|
|
{"items":
|
|
[("outliner.highlight_update", {"type": 'MOUSEMOVE', "value": 'ANY', "any": True}, None),
|
|
("outliner.item_activate",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK'},
|
|
{"properties":
|
|
[("extend", False),
|
|
],
|
|
},
|
|
),
|
|
("outliner.item_activate",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK', "shift": True},
|
|
{"properties":
|
|
[("extend", True),
|
|
("extend_range", True),
|
|
],
|
|
},
|
|
),
|
|
("outliner.item_activate",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK', "ctrl": True},
|
|
{"properties":
|
|
[("extend", True),
|
|
("deselect_all", True),
|
|
],
|
|
},
|
|
),
|
|
("outliner.select_box", {"type": 'B', "value": 'PRESS', "repeat": True}, None),
|
|
("outliner.item_openclose",
|
|
{"type": 'LEFTMOUSE', "value": 'PRESS'},
|
|
{"properties":
|
|
[("all", False),
|
|
],
|
|
},
|
|
),
|
|
("outliner.item_openclose",
|
|
{"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True},
|
|
{"properties":
|
|
[("all", True),
|
|
],
|
|
},
|
|
),
|
|
("outliner.item_rename", {"type": 'F2', "value": 'PRESS', "repeat": True}, None),
|
|
("outliner.operation", {"type": 'RIGHTMOUSE', "value": 'PRESS'}, None),
|
|
("outliner.item_drag_drop", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'}, None),
|
|
("outliner.item_drag_drop", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "shift": True}, None),
|
|
("outliner.show_hierarchy", {"type": 'HOME', "value": 'PRESS', "repeat": True}, None),
|
|
("outliner.show_active",
|
|
{"type": 'NUMPAD_PERIOD', "value": 'PRESS', "repeat": True},
|
|
{ "active":False,
|
|
},
|
|
),
|
|
("outliner.scroll_page",
|
|
{"type": 'PAGE_DOWN', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("up", False),
|
|
],
|
|
},
|
|
),
|
|
("outliner.scroll_page",
|
|
{"type": 'PAGE_UP', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("up", True),
|
|
],
|
|
},
|
|
),
|
|
("outliner.show_one_level", {"type": 'NUMPAD_PLUS', "value": 'PRESS', "repeat": True}, None),
|
|
("outliner.show_one_level",
|
|
{"type": 'NUMPAD_MINUS', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("open", False),
|
|
],
|
|
},
|
|
),
|
|
("outliner.select_all",
|
|
{"type": 'A', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("action", 'SELECT'),
|
|
],
|
|
},
|
|
),
|
|
("outliner.select_all",
|
|
{"type": 'A', "value": 'PRESS', "alt": True, "repeat": True},
|
|
{"properties":
|
|
[("action", 'DESELECT'),
|
|
],
|
|
},
|
|
),
|
|
("outliner.select_all",
|
|
{"type": 'I', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("action", 'INVERT'),
|
|
],
|
|
},
|
|
),
|
|
("outliner.select_all",
|
|
{"type": 'A', "value": 'DOUBLE_CLICK'},
|
|
{"properties":
|
|
[("action", 'DESELECT'),
|
|
],
|
|
},
|
|
),
|
|
("outliner.expanded_toggle", {"type": 'A', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
("outliner.keyingset_add_selected", {"type": 'K', "value": 'PRESS', "repeat": True}, None),
|
|
("outliner.keyingset_remove_selected", {"type": 'K', "value": 'PRESS', "alt": True, "repeat": True}, None),
|
|
("anim.keyframe_insert", {"type": 'I', "value": 'PRESS', "repeat": True}, None),
|
|
("anim.keyframe_delete", {"type": 'I', "value": 'PRESS', "alt": True, "repeat": True}, None),
|
|
("outliner.drivers_add_selected", {"type": 'D', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("outliner.drivers_delete_selected", {"type": 'D', "value": 'PRESS', "ctrl": True, "alt": True, "repeat": True}, None),
|
|
("outliner.collection_new", {"type": 'C', "value": 'PRESS', "repeat": True}, None),
|
|
("outliner.delete", {"type": 'DEL', "value": 'PRESS', "repeat": True}, None),
|
|
("object.move_to_collection", {"type": 'M', "value": 'PRESS', "repeat": True}, None),
|
|
("object.link_to_collection", {"type": 'M', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
("outliner.collection_exclude_set", {"type": 'E', "value": 'PRESS', "repeat": True}, None),
|
|
("outliner.collection_exclude_clear", {"type": 'E', "value": 'PRESS', "alt": True, "repeat": True}, None),
|
|
("object.hide_view_clear",
|
|
{"type": 'H', "value": 'PRESS', "alt": True, "repeat": True},
|
|
{"properties":
|
|
[("select", True),
|
|
],
|
|
},
|
|
),
|
|
("object.hide_view_set",
|
|
{"type": 'H', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("unselected", True),
|
|
],
|
|
},
|
|
),
|
|
("object.hide_view_set",
|
|
{"type": 'H', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("unselected", True),
|
|
],
|
|
},
|
|
),
|
|
("outliner.select_walk",
|
|
{"type": 'UP_ARROW', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("direction", 'UP'),
|
|
],
|
|
},
|
|
),
|
|
("outliner.select_walk",
|
|
{"type": 'DOWN_ARROW', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("direction", 'DOWN'),
|
|
],
|
|
},
|
|
),
|
|
("outliner.select_walk",
|
|
{"type": 'UP_ARROW', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("direction", 'UP'),
|
|
("extend", True),
|
|
],
|
|
},
|
|
),
|
|
("outliner.select_walk",
|
|
{"type": 'DOWN_ARROW', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("direction", 'DOWN'),
|
|
("extend", True),
|
|
],
|
|
},
|
|
),
|
|
("outliner.select_walk",
|
|
{"type": 'LEFT_ARROW', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("direction", 'LEFT'),
|
|
],
|
|
},
|
|
),
|
|
("outliner.select_walk",
|
|
{"type": 'LEFT_ARROW', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("direction", 'LEFT'),
|
|
("toggle_all", True),
|
|
],
|
|
},
|
|
),
|
|
("outliner.select_walk",
|
|
{"type": 'RIGHT_ARROW', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("direction", 'RIGHT'),
|
|
],
|
|
},
|
|
),
|
|
("outliner.select_walk",
|
|
{"type": 'RIGHT_ARROW', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("direction", 'RIGHT'),
|
|
("toggle_all", True),
|
|
],
|
|
},
|
|
),
|
|
("outliner.select_box",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'},
|
|
{"properties":
|
|
[("tweak", True),
|
|
("wait_for_input", True),
|
|
],
|
|
},
|
|
),
|
|
("outliner.select_box",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "shift": True},
|
|
{"properties":
|
|
[("tweak", True),
|
|
("wait_for_input", True),
|
|
("mode", 'ADD'),
|
|
],
|
|
},
|
|
),
|
|
("outliner.select_box",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "ctrl": True},
|
|
{"properties":
|
|
[("tweak", True),
|
|
("mode", 'SUB'),
|
|
],
|
|
},
|
|
),
|
|
("outliner.show_active", {"type": 'F', "value": 'PRESS', "repeat": True}, None),
|
|
("outliner.item_rename", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK'}, None),
|
|
("object.move_to_collection", {"type": 'G', "value": 'PRESS', "ctrl": True}, None),
|
|
("outliner.delete", {"type": 'X', "value": 'PRESS'}, None),
|
|
],
|
|
},
|
|
),
|
|
("Pose",
|
|
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
{"items":
|
|
[("object.parent_set", {"type": 'P', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("wm.call_menu",
|
|
{"type": 'A', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_add'),
|
|
],
|
|
},
|
|
),
|
|
("pose.hide",
|
|
{"type": 'H', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("unselected", False),
|
|
],
|
|
},
|
|
),
|
|
("pose.hide",
|
|
{"type": 'H', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("unselected", True),
|
|
],
|
|
},
|
|
),
|
|
("pose.reveal", {"type": 'H', "value": 'PRESS', "alt": True, "repeat": True}, None),
|
|
("wm.call_menu",
|
|
{"type": 'A', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_pose_apply'),
|
|
],
|
|
},
|
|
),
|
|
("pose.rot_clear", {"type": 'R', "value": 'PRESS', "alt": True, "repeat": True}, None),
|
|
("pose.loc_clear", {"type": 'G', "value": 'PRESS', "alt": True, "repeat": True}, None),
|
|
("pose.scale_clear", {"type": 'S', "value": 'PRESS', "alt": True, "repeat": True}, None),
|
|
("pose.quaternions_flip", {"type": 'F', "value": 'PRESS', "alt": True, "repeat": True}, None),
|
|
("pose.rotation_mode_set", {"type": 'R', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("pose.copy", {"type": 'C', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("pose.paste",
|
|
{"type": 'V', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("flipped", False),
|
|
],
|
|
},
|
|
),
|
|
("pose.paste",
|
|
{"type": 'V', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("flipped", True),
|
|
],
|
|
},
|
|
),
|
|
("pose.select_all",
|
|
{"type": 'A', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("action", 'SELECT'),
|
|
],
|
|
},
|
|
),
|
|
("pose.select_all",
|
|
{"type": 'A', "value": 'PRESS', "alt": True, "repeat": True},
|
|
{"properties":
|
|
[("action", 'DESELECT'),
|
|
],
|
|
},
|
|
),
|
|
("pose.select_all",
|
|
{"type": 'I', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("action", 'INVERT'),
|
|
],
|
|
},
|
|
),
|
|
("pose.select_all",
|
|
{"type": 'A', "value": 'DOUBLE_CLICK'},
|
|
{"properties":
|
|
[("action", 'DESELECT'),
|
|
],
|
|
},
|
|
),
|
|
("pose.select_parent", {"type": 'P', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
("pose.select_hierarchy",
|
|
{"type": 'LEFT_BRACKET', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("direction", 'PARENT'),
|
|
("extend", False),
|
|
],
|
|
},
|
|
),
|
|
("pose.select_hierarchy",
|
|
{"type": 'LEFT_BRACKET', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("direction", 'PARENT'),
|
|
("extend", True),
|
|
],
|
|
},
|
|
),
|
|
("pose.select_hierarchy",
|
|
{"type": 'RIGHT_BRACKET', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("direction", 'CHILD'),
|
|
("extend", False),
|
|
],
|
|
},
|
|
),
|
|
("pose.select_hierarchy",
|
|
{"type": 'RIGHT_BRACKET', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("direction", 'CHILD'),
|
|
("extend", True),
|
|
],
|
|
},
|
|
),
|
|
("pose.select_linked", {"type": 'L', "value": 'PRESS', "repeat": True}, None),
|
|
("pose.select_grouped", {"type": 'G', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
("pose.select_mirror", {"type": 'M', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True}, None),
|
|
("pose.constraint_add_with_targets", {"type": 'C', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True}, None),
|
|
("pose.constraints_clear", {"type": 'C', "value": 'PRESS', "ctrl": True, "alt": True, "repeat": True}, None),
|
|
("pose.ik_add", {"type": 'I', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
("pose.ik_clear", {"type": 'I', "value": 'PRESS', "ctrl": True, "alt": True, "repeat": True}, None),
|
|
("wm.call_menu",
|
|
{"type": 'G', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_pose_group'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu",
|
|
{"type": 'W', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_bone_options_toggle'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu",
|
|
{"type": 'W', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_bone_options_enable'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu",
|
|
{"type": 'W', "value": 'PRESS', "alt": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_bone_options_disable'),
|
|
],
|
|
},
|
|
),
|
|
("armature.layers_show_all", {"type": 'ACCENT_GRAVE', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("armature.armature_layers", {"type": 'M', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
("pose.bone_layers", {"type": 'M', "value": 'PRESS', "repeat": True}, None),
|
|
("transform.transform",
|
|
{"type": 'S', "value": 'PRESS', "ctrl": True, "alt": True, "repeat": True},
|
|
{"properties":
|
|
[("mode", 'BONE_SIZE'),
|
|
],
|
|
},
|
|
),
|
|
("anim.keyframe_insert_menu", {"type": 'I', "value": 'PRESS', "repeat": True}, None),
|
|
("anim.keyframe_delete_v3d", {"type": 'I', "value": 'PRESS', "alt": True, "repeat": True}, None),
|
|
("anim.keying_set_active_set", {"type": 'I', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True, "repeat": True}, None),
|
|
("poselib.browse_interactive", {"type": 'L', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("poselib.pose_add", {"type": 'L', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
("poselib.pose_remove", {"type": 'L', "value": 'PRESS', "alt": True, "repeat": True}, None),
|
|
("poselib.pose_rename", {"type": 'L', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True}, None),
|
|
("pose.push", {"type": 'E', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("pose.relax", {"type": 'E', "value": 'PRESS', "shift": True, "alt": True, "repeat": True}, None),
|
|
("pose.breakdown", {"type": 'E', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
("wm.call_menu",
|
|
{"type": 'P', "value": 'PRESS', "alt": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_pose_propagate'),
|
|
],
|
|
},
|
|
),
|
|
("object.hide_collection",
|
|
{"type": 'ONE', "value": 'PRESS', "any": True, "repeat": True},
|
|
{"properties":
|
|
[("collection_index", 1),
|
|
],
|
|
},
|
|
),
|
|
("object.hide_collection",
|
|
{"type": 'TWO', "value": 'PRESS', "any": True, "repeat": True},
|
|
{"properties":
|
|
[("collection_index", 2),
|
|
],
|
|
},
|
|
),
|
|
("object.hide_collection",
|
|
{"type": 'THREE', "value": 'PRESS', "any": True, "repeat": True},
|
|
{"properties":
|
|
[("collection_index", 3),
|
|
],
|
|
},
|
|
),
|
|
("object.hide_collection",
|
|
{"type": 'FOUR', "value": 'PRESS', "any": True, "repeat": True},
|
|
{"properties":
|
|
[("collection_index", 4),
|
|
],
|
|
},
|
|
),
|
|
("object.hide_collection",
|
|
{"type": 'FIVE', "value": 'PRESS', "any": True, "repeat": True},
|
|
{"properties":
|
|
[("collection_index", 5),
|
|
],
|
|
},
|
|
),
|
|
("object.hide_collection",
|
|
{"type": 'SIX', "value": 'PRESS', "any": True, "repeat": True},
|
|
{"properties":
|
|
[("collection_index", 6),
|
|
],
|
|
},
|
|
),
|
|
("object.hide_collection",
|
|
{"type": 'SEVEN', "value": 'PRESS', "any": True, "repeat": True},
|
|
{"properties":
|
|
[("collection_index", 7),
|
|
],
|
|
},
|
|
),
|
|
("object.hide_collection",
|
|
{"type": 'EIGHT', "value": 'PRESS', "any": True, "repeat": True},
|
|
{"properties":
|
|
[("collection_index", 8),
|
|
],
|
|
},
|
|
),
|
|
("object.hide_collection",
|
|
{"type": 'NINE', "value": 'PRESS', "any": True, "repeat": True},
|
|
{"properties":
|
|
[("collection_index", 9),
|
|
],
|
|
},
|
|
),
|
|
("object.hide_collection",
|
|
{"type": 'ZERO', "value": 'PRESS', "any": True, "repeat": True},
|
|
{"properties":
|
|
[("collection_index", 10),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu",
|
|
{"type": 'W', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_pose_context_menu'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'W', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'builtin.move'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'E', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'builtin.rotate'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'R', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'builtin.scale'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'Q', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'builtin.select_box'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.localview", {"type": 'E', "value": 'PRESS', "alt": True}, None),
|
|
],
|
|
},
|
|
),
|
|
("Screen",
|
|
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
{"items":
|
|
[("screen.animation_step", {"type": 'TIMER0', "value": 'ANY', "any": True}, None),
|
|
("screen.region_blend", {"type": 'TIMERREGION', "value": 'ANY', "any": True}, None),
|
|
("screen.screen_full_area", {"type": 'UP_ARROW', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("screen.screen_full_area",
|
|
{"type": 'SPACE', "value": 'PRESS', "ctrl": True, "alt": True, "repeat": True},
|
|
{"properties":
|
|
[("use_hide_panels", True),
|
|
],
|
|
},
|
|
),
|
|
("screen.space_context_cycle",
|
|
{"type": 'TAB', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("direction", 'NEXT'),
|
|
],
|
|
},
|
|
),
|
|
("screen.space_context_cycle",
|
|
{"type": 'TAB', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("direction", 'PREV'),
|
|
],
|
|
},
|
|
),
|
|
("screen.workspace_cycle",
|
|
{"type": 'PAGE_DOWN', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("direction", 'NEXT'),
|
|
],
|
|
},
|
|
),
|
|
("screen.workspace_cycle",
|
|
{"type": 'PAGE_UP', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("direction", 'PREV'),
|
|
],
|
|
},
|
|
),
|
|
("screen.region_quadview",
|
|
{"type": 'SPACE', "value": 'PRESS', "repeat": True},
|
|
{ "active":False,
|
|
},
|
|
),
|
|
("screen.repeat_last", {"type": 'R', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
("file.execute", {"type": 'RET', "value": 'PRESS', "repeat": True}, None),
|
|
("file.execute", {"type": 'NUMPAD_ENTER', "value": 'PRESS', "repeat": True}, None),
|
|
("file.cancel", {"type": 'ESC', "value": 'PRESS', "repeat": True}, None),
|
|
("ed.undo", {"type": 'Z', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("ed.redo", {"type": 'Z', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True}, None),
|
|
("render.render",
|
|
{"type": 'F12', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("use_viewport", True),
|
|
],
|
|
},
|
|
),
|
|
("render.render",
|
|
{"type": 'F12', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("animation", True),
|
|
("use_viewport", True),
|
|
],
|
|
},
|
|
),
|
|
("render.view_cancel", {"type": 'ESC', "value": 'PRESS', "repeat": True}, None),
|
|
("render.view_show", {"type": 'F11', "value": 'PRESS', "repeat": True}, None),
|
|
("render.play_rendered_anim", {"type": 'F11', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
],
|
|
},
|
|
),
|
|
("Toolbar Popup <temp>",
|
|
{"space_type": 'EMPTY', "region_type": 'TEMPORARY'},
|
|
{"items":
|
|
[("wm.tool_set_by_id",
|
|
{"type": 'SPACE', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'builtin.cursor'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'W', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'builtin.select'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'L', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'builtin.select_lasso'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'T', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'builtin.transform'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'M', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'builtin.measure'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'Q', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'builtin.select_box'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'C', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'builtin.select_circle'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'W', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'builtin.move'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'E', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'builtin.rotate'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'R', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'builtin.scale'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'D', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'builtin.annotate'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'ONE', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'builtin.select'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'NUMPAD_1', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'builtin.select'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'TWO', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'builtin.select_lasso'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'NUMPAD_2', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'builtin.select_lasso'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'THREE', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'builtin.scale_cage'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'NUMPAD_3', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'builtin.scale_cage'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'FOUR', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'builtin.transform'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'NUMPAD_4', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'builtin.transform'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'FIVE', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'builtin.annotate_line'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'NUMPAD_5', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'builtin.annotate_line'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'SIX', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'builtin.annotate_polygon'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'NUMPAD_6', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'builtin.annotate_polygon'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'SEVEN', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'builtin.annotate_eraser'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'NUMPAD_7', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'builtin.annotate_eraser'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'EIGHT', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'builtin.measure'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'NUMPAD_8', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'builtin.measure'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'NINE', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'builtin.primitive_cube_add'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'NUMPAD_9', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'builtin.primitive_cube_add'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'ZERO', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'builtin.primitive_cone_add'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'NUMPAD_0', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'builtin.primitive_cone_add'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'ONE', "value": 'PRESS', "shift": True},
|
|
{"properties":
|
|
[("name", 'builtin.primitive_cylinder_add'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'NUMPAD_1', "value": 'PRESS', "shift": True},
|
|
{"properties":
|
|
[("name", 'builtin.primitive_cylinder_add'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'TWO', "value": 'PRESS', "shift": True},
|
|
{"properties":
|
|
[("name", 'builtin.primitive_uv_sphere_add'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'NUMPAD_2', "value": 'PRESS', "shift": True},
|
|
{"properties":
|
|
[("name", 'builtin.primitive_uv_sphere_add'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'THREE', "value": 'PRESS', "shift": True},
|
|
{"properties":
|
|
[("name", 'builtin.primitive_ico_sphere_add'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'NUMPAD_3', "value": 'PRESS', "shift": True},
|
|
{"properties":
|
|
[("name", 'builtin.primitive_ico_sphere_add'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'SPACE', "value": 'DOUBLE_CLICK'},
|
|
{"properties":
|
|
[("name", 'builtin.cursor'),
|
|
],
|
|
},
|
|
),
|
|
("ui.button_execute",
|
|
{"type": 'SPACE', "value": 'RELEASE', "any": True},
|
|
{"properties":
|
|
[("skip_depressed", True),
|
|
],
|
|
},
|
|
),
|
|
],
|
|
},
|
|
),
|
|
("UV Editor",
|
|
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
{"items":
|
|
[("mesh.select_mode",
|
|
{"type": 'ONE', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("type", 'VERT'),
|
|
],
|
|
},
|
|
),
|
|
("mesh.select_mode",
|
|
{"type": 'TWO', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("type", 'EDGE'),
|
|
],
|
|
},
|
|
),
|
|
("mesh.select_mode",
|
|
{"type": 'THREE', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("type", 'FACE'),
|
|
],
|
|
},
|
|
),
|
|
("mesh.select_mode",
|
|
{"type": 'ONE', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("use_extend", True),
|
|
("type", 'VERT'),
|
|
],
|
|
},
|
|
),
|
|
("mesh.select_mode",
|
|
{"type": 'TWO', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("use_extend", True),
|
|
("type", 'EDGE'),
|
|
],
|
|
},
|
|
),
|
|
("mesh.select_mode",
|
|
{"type": 'THREE', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("use_extend", True),
|
|
("type", 'FACE'),
|
|
],
|
|
},
|
|
),
|
|
("mesh.select_mode",
|
|
{"type": 'ONE', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("use_expand", True),
|
|
("type", 'VERT'),
|
|
],
|
|
},
|
|
),
|
|
("mesh.select_mode",
|
|
{"type": 'TWO', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("use_expand", True),
|
|
("type", 'EDGE'),
|
|
],
|
|
},
|
|
),
|
|
("mesh.select_mode",
|
|
{"type": 'THREE', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("use_expand", True),
|
|
("type", 'FACE'),
|
|
],
|
|
},
|
|
),
|
|
("mesh.select_mode",
|
|
{"type": 'ONE', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("use_extend", True),
|
|
("use_expand", True),
|
|
("type", 'VERT'),
|
|
],
|
|
},
|
|
),
|
|
("mesh.select_mode",
|
|
{"type": 'TWO', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("use_extend", True),
|
|
("use_expand", True),
|
|
("type", 'EDGE'),
|
|
],
|
|
},
|
|
),
|
|
("mesh.select_mode",
|
|
{"type": 'THREE', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("use_extend", True),
|
|
("use_expand", True),
|
|
("type", 'FACE'),
|
|
],
|
|
},
|
|
),
|
|
("mesh.select_mode", {"type": 'FOUR', "value": 'PRESS', "repeat": True}, None),
|
|
("wm.context_set_enum",
|
|
{"type": 'ONE', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("data_path", 'tool_settings.uv_select_mode'),
|
|
("value", 'VERTEX'),
|
|
],
|
|
},
|
|
),
|
|
("wm.context_set_enum",
|
|
{"type": 'TWO', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("data_path", 'tool_settings.uv_select_mode'),
|
|
("value", 'EDGE'),
|
|
],
|
|
},
|
|
),
|
|
("wm.context_set_enum",
|
|
{"type": 'THREE', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("data_path", 'tool_settings.uv_select_mode'),
|
|
("value", 'FACE'),
|
|
],
|
|
},
|
|
),
|
|
("wm.context_set_enum",
|
|
{"type": 'FOUR', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("data_path", 'tool_settings.uv_select_mode'),
|
|
("value", 'ISLAND'),
|
|
],
|
|
},
|
|
),
|
|
("uv.mark_seam", {"type": 'E', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("uv.select",
|
|
{"type": 'RIGHTMOUSE', "value": 'PRESS'},
|
|
{"properties":
|
|
[("extend", False),
|
|
],
|
|
"active":False,
|
|
},
|
|
),
|
|
("uv.select",
|
|
{"type": 'RIGHTMOUSE', "value": 'PRESS', "shift": True},
|
|
{"properties":
|
|
[("extend", True),
|
|
],
|
|
},
|
|
),
|
|
("uv.select_loop",
|
|
{"type": 'RIGHTMOUSE', "value": 'PRESS', "alt": True},
|
|
{"properties":
|
|
[("extend", False),
|
|
],
|
|
"active":False,
|
|
},
|
|
),
|
|
("uv.select_loop",
|
|
{"type": 'RIGHTMOUSE', "value": 'PRESS', "shift": True, "alt": True},
|
|
{"properties":
|
|
[("extend", True),
|
|
],
|
|
"active":False,
|
|
},
|
|
),
|
|
("uv.select_split", {"type": 'Y', "value": 'PRESS', "repeat": True}, None),
|
|
("uv.select_box",
|
|
{"type": 'B', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("pinned", False),
|
|
],
|
|
},
|
|
),
|
|
("uv.select_box",
|
|
{"type": 'B', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("pinned", True),
|
|
],
|
|
},
|
|
),
|
|
("uv.select_circle", {"type": 'C', "value": 'PRESS', "repeat": True}, None),
|
|
("uv.select_lasso",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "ctrl": True},
|
|
{"properties":
|
|
[("mode", 'ADD'),
|
|
],
|
|
},
|
|
),
|
|
("uv.select_lasso",
|
|
{"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "shift": True, "ctrl": True},
|
|
{"properties":
|
|
[("mode", 'SUB'),
|
|
],
|
|
},
|
|
),
|
|
("uv.select_linked", {"type": 'L', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("uv.select_linked_pick",
|
|
{"type": 'L', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("extend", True),
|
|
("deselect", False),
|
|
],
|
|
},
|
|
),
|
|
("uv.select_linked", {"type": 'L', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True}, None),
|
|
("uv.select_linked_pick",
|
|
{"type": 'L', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("extend", False),
|
|
("deselect", True),
|
|
],
|
|
},
|
|
),
|
|
("uv.select_more", {"type": 'NUMPAD_PLUS', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("uv.select_less", {"type": 'NUMPAD_MINUS', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("uv.select_all",
|
|
{"type": 'A', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("action", 'SELECT'),
|
|
],
|
|
},
|
|
),
|
|
("uv.select_all",
|
|
{"type": 'A', "value": 'PRESS', "alt": True, "repeat": True},
|
|
{"properties":
|
|
[("action", 'DESELECT'),
|
|
],
|
|
},
|
|
),
|
|
("uv.select_all",
|
|
{"type": 'I', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("action", 'INVERT'),
|
|
],
|
|
},
|
|
),
|
|
("uv.select_all",
|
|
{"type": 'A', "value": 'DOUBLE_CLICK'},
|
|
{"properties":
|
|
[("action", 'DESELECT'),
|
|
],
|
|
},
|
|
),
|
|
("uv.select_pinned", {"type": 'P', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
("wm.call_menu",
|
|
{"type": 'W', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'IMAGE_MT_uvs_weldalign'),
|
|
],
|
|
},
|
|
),
|
|
("uv.stitch", {"type": 'V', "value": 'PRESS', "repeat": True}, None),
|
|
("uv.pin",
|
|
{"type": 'P', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("clear", False),
|
|
],
|
|
},
|
|
),
|
|
("uv.pin",
|
|
{"type": 'P', "value": 'PRESS', "alt": True, "repeat": True},
|
|
{"properties":
|
|
[("clear", True),
|
|
],
|
|
},
|
|
),
|
|
("uv.unwrap", {"type": 'U', "value": 'PRESS', "repeat": True}, None),
|
|
("uv.hide",
|
|
{"type": 'H', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("unselected", False),
|
|
],
|
|
},
|
|
),
|
|
("uv.hide",
|
|
{"type": 'H', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("unselected", True),
|
|
],
|
|
},
|
|
),
|
|
("uv.reveal", {"type": 'H', "value": 'PRESS', "alt": True, "repeat": True}, None),
|
|
("wm.call_menu_pie",
|
|
{"type": 'S', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'IMAGE_MT_uvs_snap_pie'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu",
|
|
{"type": 'TAB', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'IMAGE_MT_uvs_select_mode'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu_pie",
|
|
{"type": 'O', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_MT_proportional_editing_falloff_pie'),
|
|
],
|
|
},
|
|
),
|
|
("wm.context_toggle_enum",
|
|
{"type": 'O', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("data_path", 'tool_settings.proportional_edit'),
|
|
("value_1", 'DISABLED'),
|
|
("value_2", 'ENABLED'),
|
|
],
|
|
},
|
|
),
|
|
("transform.translate", {"type": 'G', "value": 'PRESS', "repeat": True}, None),
|
|
("transform.translate", {"type": 'RIGHTMOUSE', "value": 'CLICK_DRAG'}, None),
|
|
("transform.rotate",
|
|
{"type": 'R', "value": 'PRESS', "repeat": True},
|
|
{ "active":False,
|
|
},
|
|
),
|
|
("transform.resize", {"type": 'S', "value": 'PRESS', "repeat": True}, None),
|
|
("transform.shear", {"type": 'S', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True, "repeat": True}, None),
|
|
("transform.mirror", {"type": 'M', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("wm.context_toggle",
|
|
{"type": 'TAB', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("data_path", 'tool_settings.use_snap'),
|
|
],
|
|
},
|
|
),
|
|
("wm.context_menu_enum",
|
|
{"type": 'TAB', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("data_path", 'tool_settings.snap_uv_element'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu",
|
|
{"type": 'RIGHTMOUSE', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'IMAGE_MT_uvs_context_menu'),
|
|
],
|
|
},
|
|
),
|
|
("uv.cursor_set", {"type": 'LEFTMOUSE', "value": 'CLICK', "ctrl": True}, None),
|
|
("wm.tool_set_by_name", {"type": 'Q', "value": 'PRESS', "repeat": True}, None),
|
|
("wm.tool_set_by_name", {"type": 'W', "value": 'PRESS', "repeat": True}, None),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'Q', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'builtin.select_box'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'W', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'builtin.move'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'R', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'builtin.scale'),
|
|
],
|
|
},
|
|
),
|
|
("wm.tool_set_by_id",
|
|
{"type": 'E', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'builtin.rotate'),
|
|
],
|
|
},
|
|
),
|
|
("uv.select", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None),
|
|
],
|
|
},
|
|
),
|
|
("User Interface",
|
|
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
{"items":
|
|
[("ui.eyedropper_color", {"type": 'E', "value": 'PRESS'}, None),
|
|
("ui.eyedropper_colorramp", {"type": 'E', "value": 'PRESS'}, None),
|
|
("ui.eyedropper_colorramp_point", {"type": 'E', "value": 'PRESS', "alt": True}, None),
|
|
("ui.eyedropper_id", {"type": 'E', "value": 'PRESS'}, None),
|
|
("ui.eyedropper_depth", {"type": 'E', "value": 'PRESS'}, None),
|
|
("ui.copy_data_path_button", {"type": 'C', "value": 'PRESS', "shift": True, "ctrl": True}, None),
|
|
("ui.copy_data_path_button",
|
|
{"type": 'C', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True},
|
|
{"properties":
|
|
[("full_path", True),
|
|
],
|
|
},
|
|
),
|
|
("anim.keyframe_insert_button",
|
|
{"type": 'I', "value": 'PRESS'},
|
|
{"properties":
|
|
[("all", True),
|
|
],
|
|
},
|
|
),
|
|
("anim.keyframe_delete_button",
|
|
{"type": 'I', "value": 'PRESS', "alt": True},
|
|
{"properties":
|
|
[("all", True),
|
|
],
|
|
},
|
|
),
|
|
("anim.keyframe_clear_button",
|
|
{"type": 'I', "value": 'PRESS', "shift": True, "alt": True},
|
|
{"properties":
|
|
[("all", True),
|
|
],
|
|
},
|
|
),
|
|
("anim.driver_button_add", {"type": 'D', "value": 'PRESS', "ctrl": True}, None),
|
|
("anim.driver_button_remove", {"type": 'D', "value": 'PRESS', "ctrl": True, "alt": True}, None),
|
|
("anim.keyingset_button_add", {"type": 'K', "value": 'PRESS'}, None),
|
|
("anim.keyingset_button_remove", {"type": 'K', "value": 'PRESS', "alt": True}, None),
|
|
("ui.reset_default_button",
|
|
{"type": 'BACK_SPACE', "value": 'PRESS'},
|
|
{"properties":
|
|
[("all", True),
|
|
],
|
|
},
|
|
),
|
|
("ui.list_start_filter", {"type": 'F', "value": 'PRESS', "ctrl": True}, None),
|
|
("ui.view_start_filter", {"type": 'F', "value": 'PRESS', "ctrl": True}, None),
|
|
("anim.keyframe_insert_by_name", {"type": 'S', "value": 'PRESS'}, None),
|
|
("ui.view_item_select", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None),
|
|
("ui.view_item_select",
|
|
{"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True},
|
|
{"properties":
|
|
[("extend", True),
|
|
],
|
|
},
|
|
),
|
|
("ui.view_item_select",
|
|
{"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True},
|
|
{"properties":
|
|
[("range_select", True),
|
|
],
|
|
},
|
|
),
|
|
("ui.view_scroll", {"type": 'WHEELUPMOUSE', "value": 'ANY'}, None),
|
|
("ui.view_scroll", {"type": 'WHEELDOWNMOUSE', "value": 'ANY'}, None),
|
|
("ui.view_scroll", {"type": 'TRACKPADPAN', "value": 'ANY'}, None),
|
|
],
|
|
},
|
|
),
|
|
("View2D",
|
|
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
{"items":
|
|
[("view2d.scroller_activate", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None),
|
|
("view2d.scroller_activate", {"type": 'MIDDLEMOUSE', "value": 'PRESS'}, None),
|
|
("view2d.pan", {"type": 'MIDDLEMOUSE', "value": 'PRESS'}, None),
|
|
("view2d.scroll_right", {"type": 'WHEELDOWNMOUSE', "value": 'PRESS', "ctrl": True}, None),
|
|
("view2d.scroll_left", {"type": 'WHEELUPMOUSE', "value": 'PRESS', "ctrl": True}, None),
|
|
("view2d.scroll_down", {"type": 'WHEELDOWNMOUSE', "value": 'PRESS', "shift": True}, None),
|
|
("view2d.scroll_up", {"type": 'WHEELUPMOUSE', "value": 'PRESS', "shift": True}, None),
|
|
("view2d.ndof", {"type": 'NDOF_MOTION', "value": 'ANY'}, None),
|
|
("view2d.zoom_out", {"type": 'WHEELOUTMOUSE', "value": 'PRESS'}, None),
|
|
("view2d.zoom_in", {"type": 'WHEELINMOUSE', "value": 'PRESS'}, None),
|
|
("view2d.zoom_out", {"type": 'NUMPAD_MINUS', "value": 'PRESS', "repeat": True}, None),
|
|
("view2d.zoom_in", {"type": 'NUMPAD_PLUS', "value": 'PRESS', "repeat": True}, None),
|
|
("view2d.zoom", {"type": 'TRACKPADPAN', "value": 'ANY', "ctrl": True}, None),
|
|
("view2d.smoothview", {"type": 'TIMER1', "value": 'ANY', "any": True}, None),
|
|
("view2d.scroll_down", {"type": 'WHEELDOWNMOUSE', "value": 'PRESS'}, None),
|
|
("view2d.scroll_up", {"type": 'WHEELUPMOUSE', "value": 'PRESS'}, None),
|
|
("view2d.scroll_right", {"type": 'WHEELDOWNMOUSE', "value": 'PRESS'}, None),
|
|
("view2d.scroll_left", {"type": 'WHEELUPMOUSE', "value": 'PRESS'}, None),
|
|
("view2d.zoom", {"type": 'MIDDLEMOUSE', "value": 'PRESS', "ctrl": True}, None),
|
|
("view2d.zoom", {"type": 'TRACKPADZOOM', "value": 'ANY'}, None),
|
|
("view2d.zoom_border", {"type": 'B', "value": 'PRESS', "shift": True}, None),
|
|
("anim.keyframe_insert_by_name", {"type": 'S', "value": 'PRESS'}, None),
|
|
],
|
|
},
|
|
),
|
|
("Weight Paint",
|
|
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
{"items":
|
|
[("paint.weight_paint", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None),
|
|
("paint.weight_sample", {"type": 'RIGHTMOUSE', "value": 'PRESS', "ctrl": True}, None),
|
|
("paint.weight_sample_group", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True}, None),
|
|
("paint.weight_gradient",
|
|
{"type": 'LEFTMOUSE', "value": 'PRESS'},
|
|
{"properties":
|
|
[("type", 'LINEAR'),
|
|
],
|
|
},
|
|
),
|
|
("paint.weight_gradient",
|
|
{"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True, "alt": True},
|
|
{"properties":
|
|
[("type", 'RADIAL'),
|
|
],
|
|
},
|
|
),
|
|
("paint.weight_set", {"type": 'K', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
("brush.scale_size",
|
|
{"type": 'LEFT_BRACKET', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("scalar", 0.9),
|
|
],
|
|
},
|
|
),
|
|
("brush.scale_size",
|
|
{"type": 'RIGHT_BRACKET', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("scalar", 1.1111112),
|
|
],
|
|
},
|
|
),
|
|
("wm.radial_control",
|
|
{"type": 'F', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("data_path_primary", 'tool_settings.weight_paint.brush.size'),
|
|
("data_path_secondary", 'tool_settings.weight_paint.unified_paint_settings.size'),
|
|
("use_secondary", 'tool_settings.weight_paint.unified_paint_settings.use_unified_size'),
|
|
("rotation_path", 'tool_settings.weight_paint.brush.texture_slot.angle'),
|
|
("color_path", 'tool_settings.weight_paint.brush.cursor_color_add'),
|
|
("fill_color_path", ''),
|
|
("fill_color_override_path", ''),
|
|
("fill_color_override_test_path", ''),
|
|
("zoom_path", ''),
|
|
("image_id", 'tool_settings.weight_paint.brush'),
|
|
("secondary_tex", False),
|
|
],
|
|
},
|
|
),
|
|
("wm.radial_control",
|
|
{"type": 'F', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("data_path_primary", 'tool_settings.weight_paint.brush.strength'),
|
|
("data_path_secondary", 'tool_settings.weight_paint.unified_paint_settings.strength'),
|
|
("use_secondary", 'tool_settings.weight_paint.unified_paint_settings.use_unified_strength'),
|
|
("rotation_path", 'tool_settings.weight_paint.brush.texture_slot.angle'),
|
|
("color_path", 'tool_settings.weight_paint.brush.cursor_color_add'),
|
|
("fill_color_path", ''),
|
|
("fill_color_override_path", ''),
|
|
("fill_color_override_test_path", ''),
|
|
("zoom_path", ''),
|
|
("image_id", 'tool_settings.weight_paint.brush'),
|
|
("secondary_tex", False),
|
|
],
|
|
},
|
|
),
|
|
("wm.radial_control",
|
|
{"type": 'F', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("data_path_primary", 'tool_settings.weight_paint.brush.weight'),
|
|
("data_path_secondary", 'tool_settings.weight_paint.unified_paint_settings.weight'),
|
|
("use_secondary", 'tool_settings.weight_paint.unified_paint_settings.use_unified_weight'),
|
|
("rotation_path", 'tool_settings.weight_paint.brush.texture_slot.angle'),
|
|
("color_path", 'tool_settings.weight_paint.brush.cursor_color_add'),
|
|
("fill_color_path", ''),
|
|
("fill_color_override_path", ''),
|
|
("fill_color_override_test_path", ''),
|
|
("zoom_path", ''),
|
|
("image_id", 'tool_settings.weight_paint.brush'),
|
|
("secondary_tex", False),
|
|
],
|
|
},
|
|
),
|
|
("wm.context_menu_enum",
|
|
{"type": 'E', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("data_path", 'tool_settings.vertex_paint.brush.stroke_method'),
|
|
],
|
|
},
|
|
),
|
|
("wm.context_toggle",
|
|
{"type": 'M', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("data_path", 'weight_paint_object.data.use_paint_mask'),
|
|
],
|
|
},
|
|
),
|
|
("wm.context_toggle",
|
|
{"type": 'V', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("data_path", 'weight_paint_object.data.use_paint_mask_vertex'),
|
|
],
|
|
},
|
|
),
|
|
("wm.context_toggle",
|
|
{"type": 'S', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("data_path", 'tool_settings.weight_paint.brush.use_smooth_stroke'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_panel",
|
|
{"type": 'W', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'VIEW3D_PT_paint_weight_context_menu'),
|
|
],
|
|
},
|
|
),
|
|
("view3d.select", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True}, None),
|
|
],
|
|
},
|
|
),
|
|
("Window",
|
|
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
{"items":
|
|
[("wm.read_homefile", {"type": 'N', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("wm.call_menu",
|
|
{"type": 'O', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'TOPBAR_MT_file_open_recent'),
|
|
],
|
|
},
|
|
),
|
|
("wm.open_mainfile", {"type": 'O', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("wm.save_mainfile",
|
|
{"type": 'S', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("check_existing", False),
|
|
],
|
|
},
|
|
),
|
|
("wm.save_as_mainfile", {"type": 'S', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True}, None),
|
|
("wm.quit_blender", {"type": 'Q', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
("wm.call_menu",
|
|
{"type": 'Q', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("name", 'SCREEN_MT_user_menu'),
|
|
],
|
|
},
|
|
),
|
|
("screen.space_type_set_or_cycle",
|
|
{"type": 'F1', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("space_type", 'FILE_BROWSER'),
|
|
],
|
|
},
|
|
),
|
|
("screen.space_type_set_or_cycle",
|
|
{"type": 'F2', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("space_type", 'CLIP_EDITOR'),
|
|
],
|
|
},
|
|
),
|
|
("screen.space_type_set_or_cycle",
|
|
{"type": 'F3', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("space_type", 'NODE_EDITOR'),
|
|
],
|
|
},
|
|
),
|
|
("screen.space_type_set_or_cycle",
|
|
{"type": 'F4', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("space_type", 'CONSOLE'),
|
|
],
|
|
},
|
|
),
|
|
("screen.space_type_set_or_cycle",
|
|
{"type": 'F5', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("space_type", 'VIEW_3D'),
|
|
],
|
|
},
|
|
),
|
|
("screen.space_type_set_or_cycle",
|
|
{"type": 'F6', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("space_type", 'GRAPH_EDITOR'),
|
|
],
|
|
},
|
|
),
|
|
("screen.space_type_set_or_cycle",
|
|
{"type": 'F7', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("space_type", 'PROPERTIES'),
|
|
],
|
|
},
|
|
),
|
|
("screen.space_type_set_or_cycle",
|
|
{"type": 'F8', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("space_type", 'SEQUENCE_EDITOR'),
|
|
],
|
|
},
|
|
),
|
|
("screen.space_type_set_or_cycle",
|
|
{"type": 'F9', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("space_type", 'OUTLINER'),
|
|
],
|
|
},
|
|
),
|
|
("screen.space_type_set_or_cycle",
|
|
{"type": 'F10', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("space_type", 'IMAGE_EDITOR'),
|
|
],
|
|
},
|
|
),
|
|
("screen.space_type_set_or_cycle",
|
|
{"type": 'F11', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("space_type", 'TEXT_EDITOR'),
|
|
],
|
|
},
|
|
),
|
|
("screen.space_type_set_or_cycle",
|
|
{"type": 'F12', "value": 'PRESS', "shift": True, "repeat": True},
|
|
{"properties":
|
|
[("space_type", 'DOPESHEET_EDITOR'),
|
|
],
|
|
},
|
|
),
|
|
("wm.call_menu",
|
|
{"type": 'NDOF_BUTTON_MENU', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'USERPREF_MT_ndof_settings'),
|
|
],
|
|
},
|
|
),
|
|
("wm.context_scale_float",
|
|
{"type": 'NDOF_BUTTON_PLUS', "value": 'PRESS'},
|
|
{"properties":
|
|
[("data_path", 'preferences.inputs.ndof_sensitivity'),
|
|
("value", 1.1),
|
|
],
|
|
},
|
|
),
|
|
("wm.context_scale_float",
|
|
{"type": 'NDOF_BUTTON_MINUS', "value": 'PRESS'},
|
|
{"properties":
|
|
[("data_path", 'preferences.inputs.ndof_sensitivity'),
|
|
("value", 0.90909094),
|
|
],
|
|
},
|
|
),
|
|
("wm.context_scale_float",
|
|
{"type": 'NDOF_BUTTON_PLUS', "value": 'PRESS', "shift": True},
|
|
{"properties":
|
|
[("data_path", 'preferences.inputs.ndof_sensitivity'),
|
|
("value", 1.5),
|
|
],
|
|
},
|
|
),
|
|
("wm.context_scale_float",
|
|
{"type": 'NDOF_BUTTON_MINUS', "value": 'PRESS', "shift": True},
|
|
{"properties":
|
|
[("data_path", 'preferences.inputs.ndof_sensitivity'),
|
|
("value", 0.6666667),
|
|
],
|
|
},
|
|
),
|
|
("info.reports_display_update", {"type": 'TIMER_REPORT', "value": 'ANY', "any": True}, None),
|
|
("wm.doc_view_manual_ui_context", {"type": 'F1', "value": 'PRESS', "repeat": True}, None),
|
|
("wm.call_panel",
|
|
{"type": 'F2', "value": 'PRESS'},
|
|
{"properties":
|
|
[("name", 'TOPBAR_PT_name'),
|
|
],
|
|
},
|
|
),
|
|
("wm.search_menu", {"type": 'F3', "value": 'PRESS', "repeat": True}, None),
|
|
("wm.call_menu",
|
|
{"type": 'F4', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("name", 'TOPBAR_MT_window_specials'),
|
|
],
|
|
},
|
|
),
|
|
("wm.toolbar", {"type": 'SPACE', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
("wm.tool_set_by_name", {"type": 'E', "value": 'PRESS', "repeat": True}, None),
|
|
("wm.tool_set_by_name", {"type": 'R', "value": 'PRESS', "repeat": True}, None),
|
|
("wm.tool_set_by_name", {"type": 'W', "value": 'PRESS', "repeat": True}, None),
|
|
("wm.tool_set_by_name", {"type": 'Q', "value": 'PRESS', "repeat": True}, None),
|
|
("wm.keyconfig_activate", {"type": 'NONE', "value": 'PRESS', "repeat": True}, None),
|
|
("wm.context_toggle",
|
|
{"type": 'D', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
{"properties":
|
|
[("data_path", 'space_data.overlay.show_cursor'),
|
|
],
|
|
},
|
|
),
|
|
("wm.context_menu_enum",
|
|
{"type": 'A', "value": 'PRESS', "repeat": True},
|
|
{"properties":
|
|
[("data_path", 'space_data.shading.type'),
|
|
],
|
|
},
|
|
),
|
|
("wm.keyconfig_activate", {"type": 'F7', "value": 'PRESS', "repeat": True}, None),
|
|
("wm.keyconfig_activate", {"type": 'F7', "value": 'PRESS', "repeat": True}, None),
|
|
("wm.batch_rename", {"type": 'F2', "value": 'PRESS', "ctrl": True}, None),
|
|
],
|
|
},
|
|
),
|
|
]
|
|
|
|
|
|
if __name__ == "__main__":
|
|
# Only add keywords that are supported.
|
|
from bpy.app import version as blender_version
|
|
keywords = {}
|
|
if blender_version >= (2, 92, 0):
|
|
keywords["keyconfig_version"] = keyconfig_version
|
|
import os
|
|
from bl_keymap_utils.io import keyconfig_import_from_data
|
|
keyconfig_import_from_data(
|
|
os.path.splitext(os.path.basename(__file__))[0],
|
|
keyconfig_data,
|
|
**keywords,
|
|
)
|