Blender Git Commit Log
Git Commits -> Revision 9493e3b
Revision 9493e3b by Philipp Oeser (master) September 21, 2016, 21:16 (GMT) |
UI: Theme options for vertex/edge bevel weight colors Drawing used colors for select (TH_EDGE_SELECT/TH_VERTEX_SELECT) which was inconsistent with crease, seam, sharp, .. (which all had their own them color -- also was a bit hard to read). NOTE: UI team usually doesn't allow adding more theme options, this is an exception. Differential Revision: https://developer.blender.org/D2234 |
Commit Details:
Full Hash: 9493e3b2d6da63bad3f8f4ac876a38072517111a
Parent Commit: e9bcdcd
Committed By: Julian Eisel
Lines Changed: +33, -6
6 Modified Paths:
/source/blender/blenkernel/BKE_blender_version.h (+1, -1) (Diff)
/source/blender/editors/include/UI_resources.h (+4, -1) (Diff)
/source/blender/editors/interface/resources.c (+14, -0) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+10, -0) (Diff)
/source/blender/editors/include/UI_resources.h (+4, -1) (Diff)
/source/blender/editors/interface/resources.c (+14, -0) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+10, -0) (Diff)