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
path: root/tests
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-11-20 00:08:46 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-11-20 00:11:46 +0300
commitc9f24a569070f8b4f804cf56e1f0f87e0042a4e2 (patch)
treea38964a2201e823d2becece99524abb3abc1f7c1 /tests
parent3c8c9760865d14c8dffa3a4cd091e4027b1501e3 (diff)
WM: remove interaction presets
These only exposed a few options, which didn't end up helping much to make Blender's key-map fit the behavior of other applications.
Diffstat (limited to 'tests')
-rw-r--r--tests/python/bl_run_operators.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/python/bl_run_operators.py b/tests/python/bl_run_operators.py
index 9a3f801b04a..f3b1ec2f4c2 100644
--- a/tests/python/bl_run_operators.py
+++ b/tests/python/bl_run_operators.py
@@ -81,7 +81,6 @@ op_blacklist = (
"wm.operator_cheat_sheet",
"wm.interface_theme_*",
"wm.previews_ensure", # slow - but harmless
- "wm.appconfig_*", # just annoying - but harmless
"wm.keyitem_add", # just annoying - but harmless
"wm.keyconfig_activate", # just annoying - but harmless
"wm.keyconfig_preset_add", # just annoying - but harmless