From 6a6e4a9d47fc70f2744aa499a1fed47c8d0718d2 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 23 Jan 2015 10:52:20 +1100 Subject: Set bAction.chanbase to deprecated --- source/blender/makesdna/DNA_action_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/makesdna/DNA_action_types.h b/source/blender/makesdna/DNA_action_types.h index 243e747c006..7b331181a58 100644 --- a/source/blender/makesdna/DNA_action_types.h +++ b/source/blender/makesdna/DNA_action_types.h @@ -491,7 +491,7 @@ typedef struct bAction { ID id; /* ID-serialisation for relinking */ ListBase curves; /* function-curves (FCurve) */ - ListBase chanbase; /* legacy data - Action Channels (bActionChannel) in pre-2.5 animation system */ + ListBase chanbase DNA_DEPRECATED; /* legacy data - Action Channels (bActionChannel) in pre-2.5 animation system */ ListBase groups; /* groups of function-curves (bActionGroup) */ ListBase markers; /* markers local to the Action (used to provide Pose-Libraries) */ -- cgit v1.2.3