Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/presets/keyconfig/keymap_data/blender_default.py
- This file is larger than 256 KB, so syntax highlighting is disabled by default.
| Show First 20 Lines • Show All 4,379 Lines • ▼ Show 20 Lines | items.extend([ | ||||
| {"properties": [("level", 1), ("relative", True)]}), | {"properties": [("level", 1), ("relative", True)]}), | ||||
| ("object.subdivision_set", {"type": 'PAGE_DOWN', "value": 'PRESS'}, | ("object.subdivision_set", {"type": 'PAGE_DOWN', "value": 'PRESS'}, | ||||
| {"properties": [("level", -1), ("relative", True)]}), | {"properties": [("level", -1), ("relative", True)]}), | ||||
| # Mask | # Mask | ||||
| ("paint.mask_flood_fill", {"type": 'M', "value": 'PRESS', "alt": True}, | ("paint.mask_flood_fill", {"type": 'M', "value": 'PRESS', "alt": True}, | ||||
| {"properties": [("mode", 'VALUE'), ("value", 0.0)]}), | {"properties": [("mode", 'VALUE'), ("value", 0.0)]}), | ||||
| ("paint.mask_flood_fill", {"type": 'I', "value": 'PRESS', "ctrl": True}, | ("paint.mask_flood_fill", {"type": 'I', "value": 'PRESS', "ctrl": True}, | ||||
| {"properties": [("mode", 'INVERT')]}), | {"properties": [("mode", 'INVERT')]}), | ||||
| ("paint.mask_box_gesture", {"type": 'B', "value": 'PRESS'}, | |||||
| {"properties": [("mode", 'VALUE'), ("value", 0.0)]}), | |||||
| ("paint.mask_lasso_gesture", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True, "ctrl": True}, None), | ("paint.mask_lasso_gesture", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True, "ctrl": True}, None), | ||||
| ("wm.context_toggle", {"type": 'M', "value": 'PRESS', "ctrl": True}, | ("wm.context_toggle", {"type": 'M', "value": 'PRESS', "ctrl": True}, | ||||
| {"properties": [("data_path", 'scene.tool_settings.sculpt.show_mask')]}), | {"properties": [("data_path", 'scene.tool_settings.sculpt.show_mask')]}), | ||||
| ("sculpt.mask_expand", {"type": 'A', "value": 'PRESS', "shift": True}, | ("sculpt.mask_expand", {"type": 'A', "value": 'PRESS', "shift": True}, | ||||
| {"properties": [("use_normals", False), ("keep_previous_mask", False), ("invert", True), ("smooth_iterations", 2), ("create_face_set", False)]}), | {"properties": [("use_normals", False), ("keep_previous_mask", False), ("invert", True), ("smooth_iterations", 2), ("create_face_set", False)]}), | ||||
| ("sculpt.mask_expand", {"type": 'A', "value": 'PRESS', "shift": True, 'alt': True}, | ("sculpt.mask_expand", {"type": 'A', "value": 'PRESS', "shift": True, 'alt': True}, | ||||
| {"properties": [("use_normals", True), ("keep_previous_mask", True), ("invert", False), ("smooth_iterations", 0), ("create_face_set", False)]}), | {"properties": [("use_normals", True), ("keep_previous_mask", True), ("invert", False), ("smooth_iterations", 0), ("create_face_set", False)]}), | ||||
| # Dynamic topology | # Dynamic topology | ||||
| ▲ Show 20 Lines • Show All 2,712 Lines • Show Last 20 Lines | |||||