Blender Git Commit Log
Git Commits -> Revision c5847e2
February 20, 2016, 18:31 (GMT) |
Make key maps for widgets visible in key map editor For each editor that has widgets, we draw a "Widgets" category into it's key map list. Under this we have the key maps for the individual widget group types. Having to hardcode the entries in keyconfig_utils.py is not so nice, but don't know of a better way to do this. |
Commit Details:
Full Hash: c5847e2c3b1d6163c5740a19b0a80c2001d705c2
Parent Commit: 3af6b5d
Lines Changed: +52, -11
6 Modified Paths:
/release/scripts/modules/bpy_extras/keyconfig_utils.py (+35, -0) (Diff)
/release/scripts/modules/rna_keymap_ui.py (+9, -7) (Diff)
/source/blender/windowmanager/intern/wm.c (+0, -1) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+3, -2) (Diff)
/source/blender/windowmanager/widgets/intern/wm_widgetgroup.c (+2, -1) (Diff)
/source/blender/windowmanager/widgets/intern/wm_widgetmap.c (+3, -0) (Diff)
/release/scripts/modules/rna_keymap_ui.py (+9, -7) (Diff)
/source/blender/windowmanager/intern/wm.c (+0, -1) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+3, -2) (Diff)
/source/blender/windowmanager/widgets/intern/wm_widgetgroup.c (+2, -1) (Diff)
/source/blender/windowmanager/widgets/intern/wm_widgetmap.c (+3, -0) (Diff)