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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-06-17 12:39:52 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-06-17 13:12:48 +0300
commit96e9caba6ef190b9f24f212d444ea60ec6defc4a (patch)
tree37fd174e34e1da18df4fbf14b5342568435aff34 /source/blender/makesdna
parent4285729d4b23ef7b7f6d1917b7530e1cbbf530b1 (diff)
Fix T63867: image sequence not updating in Eevee animation render
Diffstat (limited to 'source/blender/makesdna')
-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 6141472125f..5e4ed16d28e 100644
--- a/source/blender/makesdna/DNA_image_types.h
+++ b/source/blender/makesdna/DNA_image_types.h
@@ -125,7 +125,8 @@ typedef struct Image {
/* GPU texture flag. */
short gpuflag;
- char _pad2[6];
+ char _pad2[2];
+ int gpuframenr;
/** Deprecated. */
struct PackedFile *packedfile DNA_DEPRECATED;