[Bf-blender-cvs] [6afe655be02] blender-v2.79a-release: bpy_extras: add missing colorband keymap to keyconfig_utils.py

Ray Molenkamp noreply at git.blender.org
Mon Jan 8 17:23:50 CET 2018


Commit: 6afe655be020cd32e9fae6f0a1f7a884aabd2c71
Author: Ray Molenkamp
Date:   Tue Dec 19 08:04:17 2017 -0700
Branches: blender-v2.79a-release
https://developer.blender.org/rB6afe655be020cd32e9fae6f0a1f7a884aabd2c71

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