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:
authorTon Roosendaal <ton@blender.org>2004-10-30 16:06:22 +0400
committerTon Roosendaal <ton@blender.org>2004-10-30 16:06:22 +0400
commit02b2fc5ec8029994efcd5c04e261db64464f5b08 (patch)
tree8c53d99b4a28a599493691e790532e033af351bc /source/blender/makesdna/DNA_sequence_types.h
parentc47029a710d522c4157e277d9cef8f72aca0ba6b (diff)
Added warning in makesdna to check for total struct sizes.
Found error in wipe struct, which was even constructed terrible weird :)
Diffstat (limited to 'source/blender/makesdna/DNA_sequence_types.h')
-rw-r--r--source/blender/makesdna/DNA_sequence_types.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/blender/makesdna/DNA_sequence_types.h b/source/blender/makesdna/DNA_sequence_types.h
index 9c88c04caa7..3e79a688522 100644
--- a/source/blender/makesdna/DNA_sequence_types.h
+++ b/source/blender/makesdna/DNA_sequence_types.h
@@ -141,10 +141,7 @@ typedef struct Editing {
/* ************* Effect Variable Structs ********* */
typedef struct WipeVars {
float edgeWidth,angle;
- short forward,spad1,spad2,spad3;
- int ipad1;
- float fpad1,fpad2;
- short wipetype;
+ short forward, wipetype;
} WipeVars;
typedef struct GlowVars {