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:
authorBastien Montagne <montagne29@wanadoo.fr>2016-10-03 13:29:18 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2016-10-03 13:29:18 +0300
commitc5e10394b45a3cdd005a43a45a055e7a814a181b (patch)
tree16715bfdfb03d707e410f261738b44fb988c7213 /release
parent3ee5ce155c4cc3f705038a12484351d21a71441d (diff)
Fix missing new eyedropper keymap entry in keyconfig_utils.py
Missing from rBe9bcdcdbbd91d9.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/modules/bpy_extras/keyconfig_utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/modules/bpy_extras/keyconfig_utils.py b/release/scripts/modules/bpy_extras/keyconfig_utils.py
index a80b9dfe317..6ecdd0c5e13 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', []),
]