Blender Git Commit Log
Git Commits -> Revision 1b580dd
Revision 1b580dd by Thomas Dinges (master) January 15, 2010, 17:00 (GMT) |
Console: * Added Theme support for the console. You can change: -Header Color -Text Color of Output, Input, Info and Error Messages. (Inside the User Preferences -> Themes) |
Commit Details:
Full Hash: 1b580dde6e633056c1a9f0436b778dc2797ef469
SVN Revision: 26021
Parent Commit: 3ff987c
Lines Changed: +96, -4
7 Modified Paths:
/release/scripts/ui/space_userpref.py (+13, -0) (Diff)
/source/blender/editors/include/UI_resources.h (+5, -0) (Diff)
/source/blender/editors/interface/resources.c (+21, -0) (Diff)
/source/blender/editors/space_console/console_draw.c (+8, -4) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+45, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/editors/include/UI_resources.h (+5, -0) (Diff)
/source/blender/editors/interface/resources.c (+21, -0) (Diff)
/source/blender/editors/space_console/console_draw.c (+8, -4) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+45, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)