[Bf-blender-cvs] [433c74d9f7b] master: bpy_extras: add missing colorband keymap to keyconfig_utils.py

Ray Molenkamp noreply at git.blender.org
Tue Dec 19 16:04:28 CET 2017


Commit: 433c74d9f7b6ae1e38eb71dfb19d6adc2f383047
Author: Ray Molenkamp
Date:   Tue Dec 19 08:04:17 2017 -0700
Branches: master
https://developer.blender.org/rB433c74d9f7b6ae1e38eb71dfb19d6adc2f383047

bpy_extras: add missing colorband keymap to keyconfig_utils.py

fixes failing ctest script_load_keymap

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

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



More information about the Bf-blender-cvs mailing list