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 6,484 Lines • ▼ Show 20 Lines | def km_3d_view_tool_sculpt_mask_by_color(params): | ||||
| ) | ) | ||||
| def km_3d_view_tool_sculpt_face_set_edit(params): | def km_3d_view_tool_sculpt_face_set_edit(params): | ||||
| return ( | return ( | ||||
| "3D View Tool: Sculpt, Face Set Edit", | "3D View Tool: Sculpt, Face Set Edit", | ||||
| {"space_type": 'VIEW_3D', "region_type": 'WINDOW'}, | {"space_type": 'VIEW_3D', "region_type": 'WINDOW'}, | ||||
| {"items": [ | {"items": [ | ||||
| ("sculpt.face_set_edit", {"type": params.tool_mouse, "value": 'ANY'}, | ("sculpt.face_set_edit", {"type": params.tool_mouse, "value": 'PRESS'}, | ||||
| None), | None), | ||||
| ("sculpt.face_set_edit", {"type": params.tool_tweak, "value": 'ANY'}, | |||||
| None) | |||||
| ]}, | ]}, | ||||
| ) | ) | ||||
| def km_3d_view_tool_paint_weight_sample_weight(params): | def km_3d_view_tool_paint_weight_sample_weight(params): | ||||
| return ( | return ( | ||||
| "3D View Tool: Paint Weight, Sample Weight", | "3D View Tool: Paint Weight, Sample Weight", | ||||
| {"space_type": 'VIEW_3D', "region_type": 'WINDOW'}, | {"space_type": 'VIEW_3D', "region_type": 'WINDOW'}, | ||||
| ▲ Show 20 Lines • Show All 609 Lines • Show Last 20 Lines | |||||