Blender Git Commit Log
Git Commits -> Revision 5f7eebd
Revision 5f7eebd by Jeroen Bakker (master) May 9, 2019, 17:55 (GMT) |
Themes: add setting to draw border around icons, use for Blender Light Monochrome colored icons don't work well on a dark background, so now we can add a border around them. Note that most icons in the interface will remain without a border, just the outliner and properties editor navigation have colored icons and those will get a border. Other icons continue to be drawn in the text colored without a border. Differential Revision: https://developer.blender.org/D4787 |
Commit Details:
Full Hash: 5f7eebda23b844e932294b1ecaced46b5c75dde0
Parent Commit: 9b924d7
Committed By: Brecht Van Lommel
Lines Changed: +318, -135
6 Modified Paths:
/release/scripts/presets/interface_theme/blender_light.xml (+7, -6) (Diff)
/release/scripts/startup/bl_ui/space_userpref.py (+1, -0) (Diff)
/source/blender/editors/include/UI_interface_icons.h (+1, -0) (Diff)
/source/blender/editors/interface/interface_icons.c (+291, -127) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+3, -2) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+15, -0) (Diff)
/release/scripts/startup/bl_ui/space_userpref.py (+1, -0) (Diff)
/source/blender/editors/include/UI_interface_icons.h (+1, -0) (Diff)
/source/blender/editors/interface/interface_icons.c (+291, -127) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+3, -2) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+15, -0) (Diff)