Blender Git Commit Log
Git Commits -> Revision 8d0c01e
Revision 8d0c01e by Campbell Barton (master) September 14, 2010, 16:45 (GMT) |
keyconfig updates/changes - use preset subclass with funcs for updating the keyconfig - keyconfig filenames are used for the UI names as with presets (so separation anymore) - keyconfig's are stored in the preset dir (scripts/cfg dir removed) - only the active keyconfig script is loaded - some bugfixes for saving keymaps - user interactions no longer saves keyconfigs too, I think this needs to be re-worked. developer note... multiple keyconfigs at once are not really needed now that they are stored & accessed directly in python. for now I left it alone but we could consider to remove this capability in the future. |
Commit Details:
Full Hash: 8d0c01e6e27caf4e1c28e838b9d0d7efad9b0ed2
SVN Revision: 31926
Parent Commit: ce98d6a
Lines Changed: +150, -76
6 Modified Paths:
/release/scripts/modules/bpy/utils.py (+46, -2) (Diff)
/release/scripts/op/presets.py (+52, -19) (Diff)
/release/scripts/op/wm.py (+11, -0) (Diff)
/release/scripts/ui/space_userpref.py (+1, -0) (Diff)
/release/scripts/ui/space_userpref_keymap.py (+36, -55) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+4, -0) (Diff)
/release/scripts/op/presets.py (+52, -19) (Diff)
/release/scripts/op/wm.py (+11, -0) (Diff)
/release/scripts/ui/space_userpref.py (+1, -0) (Diff)
/release/scripts/ui/space_userpref_keymap.py (+36, -55) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+4, -0) (Diff)