[Bf-blender-cvs] [11696882e20] temp-keymap-industry-compat: Correct enum name

Campbell Barton noreply at git.blender.org
Wed Apr 10 12:03:29 CEST 2019


Commit: 11696882e20648828f7bd0972b772d2baf52ebec
Author: Campbell Barton
Date:   Wed Apr 10 12:03:09 2019 +0200
Branches: temp-keymap-industry-compat
https://developer.blender.org/rB11696882e20648828f7bd0972b772d2baf52ebec

Correct enum name

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

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

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

diff --git a/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py b/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py
index b807db011a4..cfbb9dea486 100644
--- a/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py
+++ b/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py
@@ -3388,7 +3388,7 @@ def km_object_non_modal(params):
         ("object.mode_set",{"type": 'ONE', "value": 'PRESS'},
          {"properties": [("mode", 'OBJECT')]}),
         ("ic_keymap.mesh_select_mode",{"type": 'TWO', "value": 'PRESS'},
-         {"properties": [("type", 'VERTEX')]}),
+         {"properties": [("type", 'VERT')]}),
         ("ic_keymap.mesh_select_mode",{"type": 'THREE', "value": 'PRESS'},
          {"properties": [("type", 'EDGE')]}),
         ("ic_keymap.mesh_select_mode",{"type": 'FOUR', "value": 'PRESS'},



More information about the Bf-blender-cvs mailing list