Blender Git Commit Log
Git Commits -> Revision eaa527f
Revision eaa527f by Alexander Gavrilov (master) October 19, 2018, 15:30 (GMT) |
Dope Sheet: remove many hard-coded color and alpha constants. Add the necessary colors and/or alpha components to the theme instead. Also switch the background for ordinary channels to use the likely intended theme option, instead of the window background color. The general rule is that the channel color is drawn full strength in the channel list on the left, and with alpha in the actual key frame area on the right. This alpha is also reused with bone group colors. Reviewers: brecht, billreynish Differential Revision: https://developer.blender.org/D3813 |
Commit Details:
Full Hash: eaa527f6949e7eff77a3b5ecfa8897df126a7771
Parent Commit: 891078b
Lines Changed: +78, -47
10 Modified Paths:
/release/datafiles/userdef/userdef_default_theme.c (+9, -7) (Diff)
/source/blender/blenkernel/BKE_blender_version.h (+1, -1) (Diff)
/source/blender/blenloader/intern/versioning_userdef.c (+12, -0) (Diff)
/source/blender/editors/animation/anim_channels_defines.c (+4, -4) (Diff)
/source/blender/editors/animation/keyframes_draw.c (+1, -4) (Diff)
/source/blender/editors/include/UI_resources.h (+2, -0) (Diff)
/source/blender/editors/interface/resources.c (+4, -0) (Diff)
/source/blender/editors/space_action/action_draw.c (+23, -21) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+20, -8) (Diff)
/source/blender/blenkernel/BKE_blender_version.h (+1, -1) (Diff)
/source/blender/blenloader/intern/versioning_userdef.c (+12, -0) (Diff)
/source/blender/editors/animation/anim_channels_defines.c (+4, -4) (Diff)
/source/blender/editors/animation/keyframes_draw.c (+1, -4) (Diff)
/source/blender/editors/include/UI_resources.h (+2, -0) (Diff)
/source/blender/editors/interface/resources.c (+4, -0) (Diff)
/source/blender/editors/space_action/action_draw.c (+23, -21) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+20, -8) (Diff)