Blender Git Commit Log
Git Commits -> Revision 70210eb
Revision 70210eb by Sybren A. Stüvel (temp-T82134-anim-group-colors-to-prefs) October 30, 2020, 10:01 (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 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. Differential Revision: https://developer.blender.org/D9391 |
Commit Details:
Full Hash: 70210eb5cea816da32842ea370675efacbbdb109
Parent Commit: f4e8c0c
Lines Changed: +42, -48
10 Modified Paths:
/release/scripts/startup/bl_ui/space_dopesheet.py (+0, -1) (Diff)
/release/scripts/startup/bl_ui/space_userpref.py (+1, -0) (Diff)
/source/blender/blenloader/intern/versioning_userdef.c (+2, -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_userpref.py (+1, -0) (Diff)
/source/blender/blenloader/intern/versioning_userdef.c (+2, -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)