bpy_extras: add missing colorband keymap to keyconfig_utils.py

fixes failing ctest script_load_keymap
This commit is contained in:
Ray molenkamp 2017-12-19 08:04:17 -07:00
parent 7e8525663c
commit 433c74d9f7
Notes: blender-bot 2023-02-14 09:44:56 +01:00
Referenced by issue #53683, 2.79a release
1 changed files with 1 additions and 0 deletions

View File

@ -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', []),
]