From e0722a2c071309aabaf0b14bf8c4c3b8508b5075 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 4 May 2017 00:00:17 +1000 Subject: Draw Manager: use pose bone theme and constraint colors --- source/blender/makesdna/DNA_action_types.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_action_types.h') diff --git a/source/blender/makesdna/DNA_action_types.h b/source/blender/makesdna/DNA_action_types.h index c05267c1365..4a42d178d05 100644 --- a/source/blender/makesdna/DNA_action_types.h +++ b/source/blender/makesdna/DNA_action_types.h @@ -260,7 +260,9 @@ typedef struct bPoseChannel { struct bPoseChannel *bbone_prev; /* next/prev bones to use as handle references when calculating bbones (optional) */ struct bPoseChannel *bbone_next; - + + float disp_color[4]; /* for display only */ + void *temp; /* use for outliner */ void *bbone_matrices; /* Used to cache each bbone's segment matrix. */ } bPoseChannel; -- cgit v1.2.3