Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-06-21 01:36:49 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-06-21 01:36:49 +0300
commit197661c7334dee389ee625fc4cf251b7b91e27d2 (patch)
tree6e8c89f117d6e0518cc04b4c7b5dc61eccd414e7
parentd2e474d043abf8eca750abc1475fd99b08a77a45 (diff)
Keymap: toggle all gizmos with Ctrl-`
Was only toggling transform gizmos, which is too specific in cases where users might want to remove gizmos from the view. This also follows the top-level button which is most prominent in the UI.
-rw-r--r--release/scripts/presets/keyconfig/keymap_data/blender_default.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/presets/keyconfig/keymap_data/blender_default.py b/release/scripts/presets/keyconfig/keymap_data/blender_default.py
index dd6c33934df..104994d0ee5 100644
--- a/release/scripts/presets/keyconfig/keymap_data/blender_default.py
+++ b/release/scripts/presets/keyconfig/keymap_data/blender_default.py
@@ -1078,7 +1078,7 @@ def km_view3d(params):
items.extend([
op_menu_pie("VIEW3D_MT_snap_pie", {"type": 'S', "value": 'PRESS', "shift": True}),
("wm.context_toggle", {"type": 'ACCENT_GRAVE', "value": 'PRESS', "ctrl": True},
- {"properties": [("data_path", 'space_data.show_gizmo_context')]}),
+ {"properties": [("data_path", 'space_data.show_gizmo')]}),
op_menu_pie("VIEW3D_MT_pivot_pie", {"type": 'PERIOD', "value": 'PRESS'}),
op_menu_pie("VIEW3D_MT_orientations_pie", {"type": 'COMMA', "value": 'PRESS'}),
op_menu_pie(