Blender Git Commit Log

Git Commits -> Revision 7aae28a

Revision 7aae28a by Brecht Van Lommel (master)
November 13, 2018, 17:22 (GMT)
Keymaps: refactor loading of default keymap, fix bugs.

This refactors loading of key configurations to clear and refill existing
ones, rather than adding a new one and then removing the old one.

This fixes broken loading of non-default configurations after recent changes,
and prepares for future changes to make it possible to dynamically change
key configurations based on user preferences.

Commit Details:

Full Hash: 7aae28af2d7dd9d593c4208d8c73d06d9e274044
Parent Commit: fe4df40
Lines Changed: +76, -62

6 Modified Paths:

/release/scripts/modules/bpy/utils/__init__.py (+24, -27) (Diff)
/release/scripts/presets/keyconfig/blender_27x.py (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm.c (+7, -3) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+0, -7) (Diff)
/source/blender/windowmanager/intern/wm_keymap.c (+41, -22) (Diff)
/source/blender/windowmanager/WM_keymap.h (+3, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021