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

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to