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:
authorCampbell Barton <ideasman42@gmail.com>2017-12-20 07:06:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-12-20 07:06:22 +0300
commit3143b2f9424a10b1baf960c6a0bbb274cdeffe1d (patch)
tree9d2095cc94207268aa0160a34db0eb27317e5af7 /release
parentb3bcbc9e85aaad3c6262e8203c69d4089d5d8154 (diff)
parent51f0c3fadf085b087a9f98a59db41af6aa632a57 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'release')
-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', []),
]