Blender Git Commit Log
Git Commits -> Revision 1f8cd57
March 30, 2010, 04:27 (GMT) |
Fix [#20115] Some theme settings are not saved Theme colours were getting overwritten on startup with defaults (as in 2.4 system). Changed this to allow changing the default theme, and added a 'Reset to defaults' operator in user prefs. Perhaps next step to look into the py presets system for themes too (nice and easy to share). If you're using a custom B.blend you may get some strange theme colours on startup if they weren't saved properly before. 'Reset to default' button in theme preferences should fix it back to defaults. |
Commit Details:
Full Hash: 1f8cd5707342c6f490909baac2ca941a9651f381
SVN Revision: 27850
Parent Commit: f20427f
Lines Changed: +9565, -7828
6 Modified Paths:
/release/scripts/ui/space_userpref.py (+9, -7) (Diff)
/source/blender/editors/datafiles/B.blend.c (+9522, -7812) (Diff)
/source/blender/editors/interface/interface.c (+0, -3) (Diff)
/source/blender/editors/interface/interface_intern.h (+1, -1) (Diff)
/source/blender/editors/interface/interface_ops.c (+31, -3) (Diff)
/source/blender/editors/interface/resources.c (+2, -2) (Diff)
/source/blender/editors/datafiles/B.blend.c (+9522, -7812) (Diff)
/source/blender/editors/interface/interface.c (+0, -3) (Diff)
/source/blender/editors/interface/interface_intern.h (+1, -1) (Diff)
/source/blender/editors/interface/interface_ops.c (+31, -3) (Diff)
/source/blender/editors/interface/resources.c (+2, -2) (Diff)