Blender Git Commit Log
Git Commits -> Revision ad85256
Revision ad85256 by Sybren A. Stüvel (master) November 9, 2020, 10:11 (GMT) |
Animation: move group colors switch to user preferences Move the "Show Group Colors" toggle from a per-editor option to a single user preference in the Animation preferences. The Grease Pencil animation channel side panel allows picking a channel color; this now shows a message when channel colors are disabled. The old "Show Group Colors" toggle had to be set per editor, and was on by default. This meant that disabling group colors would require an action for every file, for every editor. It is very hard to select a color that works both as bone color in the 3D Viewport (needs to be bright there) as well as the channel list (needs to be dark there), most animators turn channel list colors off. Differential Revision: https://developer.blender.org/D9391 |
Commit Details:
Full Hash: ad85256e71081016fe7b4009f8a0c0cd7e18dafe
Parent Commit: 25375c7
Lines Changed: +52, -51
12 Modified Paths:
/release/scripts/startup/bl_ui/properties_grease_pencil_common.py (+7, -2) (Diff)
/release/scripts/startup/bl_ui/space_dopesheet.py (+0, -1) (Diff)
/release/scripts/startup/bl_ui/space_userpref.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_blender_version.h (+1, -1) (Diff)
/source/blender/blenloader/intern/versioning_userdef.c (+4, -0) (Diff)
/source/blender/editors/animation/anim_channels_defines.c (+7, -25) (Diff)
/source/blender/editors/space_action/action_draw.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_action_types.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+11, -2) (Diff)
/source/blender/makesrna/intern/rna_space.c (+0, -17) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+18, -0) (Diff)
/release/scripts/startup/bl_ui/space_dopesheet.py (+0, -1) (Diff)
/release/scripts/startup/bl_ui/space_userpref.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_blender_version.h (+1, -1) (Diff)
/source/blender/blenloader/intern/versioning_userdef.c (+4, -0) (Diff)
/source/blender/editors/animation/anim_channels_defines.c (+7, -25) (Diff)
/source/blender/editors/space_action/action_draw.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_action_types.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+11, -2) (Diff)
/source/blender/makesrna/intern/rna_space.c (+0, -17) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+18, -0) (Diff)