Blender Git Commit Log

Git Commits -> Revision 8e97203

Revision 8e97203 by Joshua Leung (master)
May 24, 2012, 01:25 (GMT)
Restoring Group Colours for Animation Channels - Part 1

This commit restores the group colours support for F-Curves and F-Curve Groups
in the DopeSheet and Graph Editors. Currently the relevant settings for groups
are only exposed via RNA, but a followup commit will add support for
automatically setting these colours. By default, DopeSheet and Graph Editors are
set to display these colours if/when they are available.

This functionality used to be in 2.48, and is a useful mechanism for visually
distinguishing between channels for different controls when animating (if group
colours are used on the rigs too).

Commit Details:

Full Hash: 8e97203f7d1101d8069b22f0f9a5666812704e22
SVN Revision: 46960
Parent Commit: 57b4885
Lines Changed: +128, -62

10 Modified Paths:

/release/scripts/startup/bl_ui/space_dopesheet.py (+1, -0) (Diff)
/release/scripts/startup/bl_ui/space_graph.py (+1, -0) (Diff)
/source/blender/editors/animation/anim_channels_defines.c (+50, -14) (Diff)
/source/blender/makesdna/DNA_action_types.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_action.c (+2, -4) (Diff)
/source/blender/makesrna/intern/rna_internal.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_pose.c (+54, -43) (Diff)
/source/blender/makesrna/intern/rna_space.c (+12, -0) (Diff)
/source/blender/makesrna/RNA_enum_types.h (+2, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021