[Bf-blender-cvs] [6ee77a28a84] soc-2019-outliner: Outliner: Remove ctrl+click to rename

Nathan Craddock noreply at git.blender.org
Fri Jun 28 05:27:42 CEST 2019


Commit: 6ee77a28a8421485226a1b618b84ede253725644
Author: Nathan Craddock
Date:   Thu Jun 27 21:25:38 2019 -0600
Branches: soc-2019-outliner
https://developer.blender.org/rB6ee77a28a8421485226a1b618b84ede253725644

Outliner: Remove ctrl+click to rename

This conflicts with ctrl+click to extend selection, and is not
conventional. F2 and double click still function to rename
elements in the outliner.

===================================================================

M	release/scripts/presets/keyconfig/keymap_data/blender_default.py

===================================================================

diff --git a/release/scripts/presets/keyconfig/keymap_data/blender_default.py b/release/scripts/presets/keyconfig/keymap_data/blender_default.py
index bedcdaf982c..5d92d00e072 100644
--- a/release/scripts/presets/keyconfig/keymap_data/blender_default.py
+++ b/release/scripts/presets/keyconfig/keymap_data/blender_default.py
@@ -726,7 +726,6 @@ def km_outliner(params):
          {"properties": [("all", False)]}),
         ("outliner.item_openclose", {"type": 'RET', "value": 'PRESS', "shift": True},
          {"properties": [("all", True)]}),
-        ("outliner.item_rename", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True}, None),
         ("outliner.operation", {"type": 'RIGHTMOUSE', "value": 'PRESS'}, None),
         ("outliner.item_drag_drop", {"type": 'EVT_TWEAK_L', "value": 'ANY'}, None),
         ("outliner.item_drag_drop", {"type": 'EVT_TWEAK_L', "value": 'ANY', "shift": True}, None),



More information about the Bf-blender-cvs mailing list