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-04-02 13:32:21 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-04-02 14:42:13 +0300
commit964b5f02caf8d49f5057be6b874a912652b710c9 (patch)
tree0afb494296e375d4dda0aa710f86b7ddfb7ab9a5 /source/blender/makesdna/intern/dna_genfile.c
parent1abd909a92b696eb556b071671314f35d5d5bde0 (diff)
DNA: add error for DNA computed struct sizes and member offsets mismatch.
Ref T63164, there was a hidden bug like this on Windows 32 bit.
Diffstat (limited to 'source/blender/makesdna/intern/dna_genfile.c')
-rw-r--r--source/blender/makesdna/intern/dna_genfile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/intern/dna_genfile.c b/source/blender/makesdna/intern/dna_genfile.c
index 60e9b69923d..38e1d0986fd 100644
--- a/source/blender/makesdna/intern/dna_genfile.c
+++ b/source/blender/makesdna/intern/dna_genfile.c
@@ -122,6 +122,7 @@
* - float: 4 aligned
* - double: 8 aligned
* - long: 8 aligned
+ * - int64: 8 aligned
* - struct: 8 aligned
* - the sdna functions have several error prints builtin, always check blender running from a console.
*/