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:
Diffstat (limited to 'source/blender/makesdna/DNA_image_types.h')
-rw-r--r--source/blender/makesdna/DNA_image_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_image_types.h b/source/blender/makesdna/DNA_image_types.h
index 6b0299e6d50..0b9dddd0ea5 100644
--- a/source/blender/makesdna/DNA_image_types.h
+++ b/source/blender/makesdna/DNA_image_types.h
@@ -40,6 +40,7 @@ struct PackedFile;
struct Scene;
struct anim;
struct ImBuf;
+struct MovieCache;
struct RenderResult;
struct GPUTexture;
@@ -74,7 +75,7 @@ typedef struct Image {
char name[1024]; /* file path, 1024 = FILE_MAX */
- ListBase ibufs; /* not written in file */
+ struct MovieCache *cache; /* not written in file */
struct GPUTexture *gputexture; /* not written in file */
/* sources from: */