Fix T58566: Blender 2.7x keymap not correct for select all toggle and spacebar.

This commit is contained in:
Brecht Van Lommel 2018-12-03 00:38:40 +01:00
parent cf18eb2de3
commit 63ac7c799c
Notes: blender-bot 2023-02-14 05:15:16 +01:00
Referenced by issue #58704, Animated alembic curves dont update on render
Referenced by issue #58566, Blender 2.8 with 2.7X input method shortcut inconsistencies
Referenced by issue #58050, Crash when moving, rotating an object with Soft Body physics enabled (not baked)
Referenced by issue #56996, Lagging when rotating the view
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@ def load():
keyconfig_data = blender_default.generate_keymaps(
blender_default.Params(
select_mouse=kc_prefs.select_mouse,
spacebar_action='SEARCH',
use_select_all_toggle=True,
legacy=True,
),
)