Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/presets/keyconfig/blender_27x.py
| Context not available. | |||||
| }, | }, | ||||
| ), | ), | ||||
| ("wm.context_toggle_enum", | ("wm.context_toggle_enum", | ||||
| {"type": 'Z', "value": 'PRESS', "alt": True}, | {"type": 'Z', "value": 'PRESS'}, | ||||
| {"properties": | {"properties": | ||||
| [("data_path", 'space_data.shading.type'), | [("data_path", 'space_data.shading.type'), | ||||
| ("value_1", 'SOLID'), | ("value_1", 'WIREFRAME'), | ||||
| ("value_2", 'TEXTURED'), | ("value_2", 'SOLID'), | ||||
| ], | ], | ||||
| }, | }, | ||||
| ), | ), | ||||
| ("view3d.toggle_render", {"type": 'Z', "value": 'PRESS', "shift": True}, None), | ("wm.context_toggle_enum", | ||||
| ("view3d.toggle_xray_draw_option", {"type": 'Z', "value": 'PRESS'}, None), | {"type": 'Z', "value": 'PRESS', "shift": True}, | ||||
| ("wm.context_toggle", | |||||
| {"type": 'Z', "value": 'PRESS'}, | |||||
| {"properties": | {"properties": | ||||
| [("data_path", 'space_data.use_occlude_geometry'), | [("data_path", 'space_data.shading.type'), | ||||
| ], | ("value_1", 'RENDERED'), | ||||
| ("value_2", 'SOLID'), | |||||
| ], | |||||
| }, | |||||
| ), | |||||
| ("wm.context_toggle_enum", | |||||
| {"type": 'Z', "value": 'PRESS', "alt": True}, | |||||
| {"properties": | |||||
| [("data_path", 'space_data.shading.type'), | |||||
| ("value_1", 'MATERIAL'), | |||||
| ("value_2", 'SOLID'), | |||||
| ], | |||||
| }, | }, | ||||
| ), | ), | ||||
| ("view3d.select", | ("view3d.select", | ||||
| Context not available. | |||||