[Bf-blender-cvs] [6a6e4a9] master: Set bAction.chanbase to deprecated

Campbell Barton noreply at git.blender.org
Fri Jan 23 02:40:18 CET 2015


Commit: 6a6e4a9d47fc70f2744aa499a1fed47c8d0718d2
Author: Campbell Barton
Date:   Fri Jan 23 10:52:20 2015 +1100
Branches: master
https://developer.blender.org/rB6a6e4a9d47fc70f2744aa499a1fed47c8d0718d2

Set bAction.chanbase to deprecated

===================================================================

M	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 243e747..7b33118 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) */




More information about the Bf-blender-cvs mailing list