Blender Git Loki

Git Commits -> Revision f54b239

Revision f54b239 by Campbell Barton (master)
November 16, 2018, 03:54 (GMT)
Keymap: add support for key-config preferences

This is needed for keymaps to define their own options,
which can include left/right mouse select.

This can also help to us to provide popular keymap tweaks as options,
so users can easily fit blender to their workflow with well supported
adjustments which don't give the overhead of having to maintain
your own keymap, which become out-dated when operators change.

Commit Details:

Full Hash: f54b239269f726be38da52052951bfb7cb9e7e0e
Parent Commit: 77ff9a2
Lines Changed: +330, -0

2 Added Paths:

/source/blender/blenkernel/BKE_keyconfig.h (+50, -0) (View)
/source/blender/blenkernel/intern/keyconfig.c (+93, -0) (View)

9 Modified Paths:

/source/blender/blenkernel/CMakeLists.txt (+2, -0) (Diff)
/source/blender/blenkernel/intern/blender.c (+12, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+6, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+7, -0) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_windowmanager_types.h (+13, -0) (Diff)
/source/blender/makesrna/intern/rna_wm.c (+140, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+5, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021