Blender Git Commit Log
Git Commits -> Revision 3455261
December 16, 2009, 10:13 (GMT) |
First version of updated key map editor UI (in User Preferences) Now the key maps are displayed in a hierarchical list which you can browse through. As well as in the main list, modal key maps are also available in context, for example, if you unfold out a Transform key map item, you'll be able to fold out and access its modal key map underneath. More work to do, including search, better operator browsing, etc. Still need to revise the ordering/hierarchy and clean up naming to be consistent too, it's a bit of an 'evolved' mess right now. Thanks to theeth for some initial work here too. |
Commit Details:
Full Hash: 3455261e173bf812c08c430de1237202ceb13ba0
SVN Revision: 25409
Parent Commit: 0095b89
Lines Changed: +316, -129
6 Modified Paths:
/release/scripts/ui/space_userpref.py (+263, -120) (Diff)
/source/blender/editors/include/UI_interface.h (+1, -0) (Diff)
/source/blender/editors/interface/interface_layout.c (+8, -1) (Diff)
/source/blender/makesdna/DNA_windowmanager_types.h (+4, -3) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+4, -2) (Diff)
/source/blender/makesrna/intern/rna_wm.c (+36, -3) (Diff)
/source/blender/editors/include/UI_interface.h (+1, -0) (Diff)
/source/blender/editors/interface/interface_layout.c (+8, -1) (Diff)
/source/blender/makesdna/DNA_windowmanager_types.h (+4, -3) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+4, -2) (Diff)
/source/blender/makesrna/intern/rna_wm.c (+36, -3) (Diff)