Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-02-17 19:51:48 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-02-17 19:51:48 +0400
commit4c66e696fbcaefe40f0394fea8fc4a55bb7d6994 (patch)
treee8f60920e276ec1fec3c8014b77790a6c790deba /source/blender/makesdna/DNA_movieclip_types.h
parent02987fd5e1fa3715d25bb7b9bd659fd509f40c57 (diff)
parentb7f3887a3a8a66aeba3a16ae5d76b934af3ccc7c (diff)
svn merge ^/trunk/blender -r44136:44189
Diffstat (limited to 'source/blender/makesdna/DNA_movieclip_types.h')
-rw-r--r--source/blender/makesdna/DNA_movieclip_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_movieclip_types.h b/source/blender/makesdna/DNA_movieclip_types.h
index 80728cd9817..71029293d09 100644
--- a/source/blender/makesdna/DNA_movieclip_types.h
+++ b/source/blender/makesdna/DNA_movieclip_types.h
@@ -39,6 +39,7 @@
#include "DNA_tracking_types.h"
struct anim;
+struct AnimData;
struct bGPdata;
struct ImBuf;
struct MovieClipProxy;
@@ -61,6 +62,7 @@ typedef struct MovieClipProxy {
typedef struct MovieClip {
ID id;
+ struct AnimData *adt; /* animation data (must be immediately after id for utilities to use it) */
char name[1024]; /* file path, 1024 = FILE_MAX */