Set bAction.chanbase to deprecated

This commit is contained in:
Campbell Barton 2015-01-23 10:52:20 +11:00
parent 87fb7ee7e9
commit 6a6e4a9d47
1 changed files with 1 additions and 1 deletions

View File

@ -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) */