From 5f69c0ec09d1f9f19e46c880f9d59016b11c547b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 10 Nov 2010 00:51:34 +0000 Subject: string lookup for scene.object_bases, also removed some unused DNA vars. --- source/blender/makesdna/DNA_action_types.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (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 6f6e4978cfc..c2e20448bcf 100644 --- a/source/blender/makesdna/DNA_action_types.h +++ b/source/blender/makesdna/DNA_action_types.h @@ -193,9 +193,9 @@ typedef struct bPoseChannel { short agrp_index; /* index of action-group this bone belongs to (0 = default/no group) */ // XXX depreceated.... old animation system (armature only viz) ---- - int pathlen; /* for drawing paths, the amount of frames */ - int pathsf; /* for drawing paths, the start frame number */ - int pathef; /* for drawing paths, the end frame number */ +// int pathlen; /* for drawing paths, the amount of frames */ +// int pathsf; /* for drawing paths, the start frame number */ +// int pathef; /* for drawing paths, the end frame number */ // XXX end of depreceated code ------------------------------------- struct Bone *bone; /* set on read file or rebuild pose */ -- cgit v1.2.3