Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/presets/keyconfig/keymap_data/blender_default.py
| Context not available. | |||||
| {"properties": [("clear", False)]}), | {"properties": [("clear", False)]}), | ||||
| ("uv.pin", {"type": 'P', "value": 'PRESS', "alt": True}, | ("uv.pin", {"type": 'P', "value": 'PRESS', "alt": True}, | ||||
| {"properties": [("clear", True)]}), | {"properties": [("clear", True)]}), | ||||
| ("uv.unwrap", {"type": 'U', "value": 'PRESS'}, None), | op_menu("IMAGE_MT_uvs_unwrap", {"type": 'U', "value": 'PRESS'}), | ||||
| ("uv.hide", {"type": 'H', "value": 'PRESS'}, | ("uv.hide", {"type": 'H', "value": 'PRESS'}, | ||||
| {"properties": [("unselected", False)]}), | {"properties": [("unselected", False)]}), | ||||
| ("uv.hide", {"type": 'H', "value": 'PRESS', "shift": True}, | ("uv.hide", {"type": 'H', "value": 'PRESS', "shift": True}, | ||||
| Context not available. | |||||
| None), | None), | ||||
| ]}, | ]}, | ||||
| ) | ) | ||||
| def km_3d_view_tool_sculpt_box_trim(params): | def km_3d_view_tool_sculpt_box_trim(params): | ||||
| return ( | return ( | ||||
| "3D View Tool: Sculpt, Box Trim", | "3D View Tool: Sculpt, Box Trim", | ||||
| Context not available. | |||||