blender/release/scripts/modules/bpy
Campbell Barton 8d0c01e6e2 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.
2010-09-14 16:45:24 +00:00
..
__init__.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
ops.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
path.py button to remove presets. 2010-09-14 04:58:25 +00:00
utils.py keyconfig updates/changes 2010-09-14 16:45:24 +00:00