From d482b3285cdbfc85b5031fc7223b8ffe96619562 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Wed, 16 Apr 2008 11:02:08 +0000 Subject: == Action Editor - Group Colours for Channels == It is now possible for Action Channels to be displayed using the colour of its group. The colour for an Action Group is only set when it is auto-created by keyframing (controls to tweak this may/may-not be added, time permitting). To enable the display of these colours, the View -> 'Use Group Colors' must be enabled. However, this is disabled by default. --- source/blender/makesdna/DNA_action_types.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_action_types.h b/source/blender/makesdna/DNA_action_types.h index 9fef59b948f..26b7e3c1013 100644 --- a/source/blender/makesdna/DNA_action_types.h +++ b/source/blender/makesdna/DNA_action_types.h @@ -233,7 +233,9 @@ typedef enum SACTION_FLAG { /* don't include keyframes that are out of view */ SACTION_HORIZOPTIMISEON = (1<<5), /* hack for moving pose-markers (temp flag) */ - SACTION_POSEMARKERS_MOVE = (1<<6) + SACTION_POSEMARKERS_MOVE = (1<<6), + /* draw action channels using group colours (where applicable) */ + SACTION_DRAWGCOLORS = (1<<7) } SACTION_FLAG; /* SpaceAction AutoSnap Settings (also used by SpaceNLA) */ -- cgit v1.2.3