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:
authorRay Molenkamp <github@lazydodo.com>2017-12-19 18:04:17 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-01-08 19:15:44 +0300
commit6afe655be020cd32e9fae6f0a1f7a884aabd2c71 (patch)
tree498ea963201131c910e3d4bebc36692215af1780
parentc721f93958d6ea34e9132078b26e5a6bb29c4f3f (diff)
bpy_extras: add missing colorband keymap to keyconfig_utils.py
fixes failing ctest script_load_keymap
-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 3203bc41b76..9d206afb2c5 100644
--- a/release/scripts/modules/bpy_extras/keyconfig_utils.py
+++ b/release/scripts/modules/bpy_extras/keyconfig_utils.py
@@ -137,6 +137,7 @@ KM_HIERARCHY = [
('Standard Modal Map', 'EMPTY', 'WINDOW', []),
('Transform Modal Map', 'EMPTY', 'WINDOW', []),
('Eyedropper Modal Map', 'EMPTY', 'WINDOW', []),
+ ('Eyedropper ColorBand PointSampling Map', 'EMPTY', 'WINDOW', []),
]