[Bf-blender-cvs] [c5e1039] master: Fix missing new eyedropper keymap entry in keyconfig_utils.py

Bastien Montagne noreply at git.blender.org
Mon Oct 3 12:30:07 CEST 2016


Commit: c5e10394b45a3cdd005a43a45a055e7a814a181b
Author: Bastien Montagne
Date:   Mon Oct 3 12:29:18 2016 +0200
Branches: master
https://developer.blender.org/rBc5e10394b45a3cdd005a43a45a055e7a814a181b

Fix missing new eyedropper keymap entry in keyconfig_utils.py

Missing from rBe9bcdcdbbd91d9.

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

M	release/scripts/modules/bpy_extras/keyconfig_utils.py

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

diff --git a/release/scripts/modules/bpy_extras/keyconfig_utils.py b/release/scripts/modules/bpy_extras/keyconfig_utils.py
index a80b9df..6ecdd0c 100644
--- a/release/scripts/modules/bpy_extras/keyconfig_utils.py
+++ b/release/scripts/modules/bpy_extras/keyconfig_utils.py
@@ -136,6 +136,7 @@ KM_HIERARCHY = [
 
     ('Standard Modal Map', 'EMPTY', 'WINDOW', []),
     ('Transform Modal Map', 'EMPTY', 'WINDOW', []),
+    ('Eyedropper Modal Map', 'EMPTY', 'WINDOW', []),
 ]




More information about the Bf-blender-cvs mailing list