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
committerRay Molenkamp <github@lazydodo.com>2017-12-19 18:04:17 +0300
commit433c74d9f7b6ae1e38eb71dfb19d6adc2f383047 (patch)
tree870391822122a9e939e0418bbc605f331ed45dd5 /release/scripts
parent7e8525663c71aa350c00b17b6150e40134c3e467 (diff)
bpy_extras: add missing colorband keymap to keyconfig_utils.py
fixes failing ctest script_load_keymap
Diffstat (limited to 'release/scripts')
-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', []),
]