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'},

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to