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 3,849 Lines • ▼ Show 20 Lines | items.extend([ | ||||
| {"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)]}), | {"properties": [("use_normals", False), ("keep_previous_mask", False), ("invert", True), ("smooth_iterations", 2)]}), | ||||
| ("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)]}), | {"properties": [("use_normals", True), ("keep_previous_mask", True), ("invert", False), ("smooth_iterations", 0)]}), | ||||
| # Dynamic topology | # Dynamic topology | ||||
| ("sculpt.dynamic_topology_toggle", {"type": 'D', "value": 'PRESS', "ctrl": True}, None), | ("sculpt.dynamic_topology_toggle", {"type": 'D', "value": 'PRESS', "ctrl": True}, None), | ||||
| ("sculpt.set_detail_size", {"type": 'D', "value": 'PRESS', "shift": True}, None), | ("sculpt.set_detail_size", {"type": 'D', "value": 'PRESS', "shift": True}, None), | ||||
| # Remesh | |||||
| ("object.voxel_remesh", {"type": 'R', "value": 'PRESS', "ctrl": True}, None), | |||||
| ("object.quadriflow_remesh", {"type": 'R', "value": 'PRESS', "ctrl": True, "alt": True}, None), | |||||
| # Brush properties | # Brush properties | ||||
| ("brush.scale_size", {"type": 'LEFT_BRACKET', "value": 'PRESS'}, | ("brush.scale_size", {"type": 'LEFT_BRACKET', "value": 'PRESS'}, | ||||
| {"properties": [("scalar", 0.9)]}), | {"properties": [("scalar", 0.9)]}), | ||||
| ("brush.scale_size", {"type": 'RIGHT_BRACKET', "value": 'PRESS'}, | ("brush.scale_size", {"type": 'RIGHT_BRACKET', "value": 'PRESS'}, | ||||
| {"properties": [("scalar", 1.0 / 0.9)]}), | {"properties": [("scalar", 1.0 / 0.9)]}), | ||||
| *_template_paint_radial_control("sculpt", rotation=True), | *_template_paint_radial_control("sculpt", rotation=True), | ||||
| # Stencil | # Stencil | ||||
| ("brush.stencil_control", {"type": 'RIGHTMOUSE', "value": 'PRESS'}, | ("brush.stencil_control", {"type": 'RIGHTMOUSE', "value": 'PRESS'}, | ||||
| ▲ Show 20 Lines • Show All 2,362 Lines • Show Last 20 Lines | |||||