blender/release/scripts/modules
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
..
bpy keyconfig updates/changes 2010-09-14 16:45:24 +00:00
console fix for autocomp., was raising an error when autocompleating functions defined in the console because their file wasnt found (which is correct in this case). 2010-07-14 14:56:33 +00:00
rigify fix some errors in rigify caused by recent api changes 2010-08-27 00:05:00 +00:00
add_object_utils.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
animsys_refactor.py rna data path names which are more likely to break animations. 2010-08-20 06:09:58 +00:00
blend_render_info.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
bpy_types.py button to remove presets. 2010-09-14 04:58:25 +00:00
bpyml_ui.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
bpyml.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
graphviz_export.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
io_utils.py replace self.properties.foo --> self.foo 2010-09-09 18:03:57 +00:00
rigify_utils.py fix some errors in rigify caused by recent api changes 2010-08-27 00:05:00 +00:00
rna_info.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
rna_prop_ui.py ran through pep8 checker 2010-09-07 15:17:42 +00:00