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_mask_types.h')
-rw-r--r--source/blender/makesdna/DNA_mask_types.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/makesdna/DNA_mask_types.h b/source/blender/makesdna/DNA_mask_types.h
index d52c94d87f0..58418738f3a 100644
--- a/source/blender/makesdna/DNA_mask_types.h
+++ b/source/blender/makesdna/DNA_mask_types.h
@@ -47,7 +47,7 @@ typedef struct Mask {
/** For anim info. */
int flag;
- int pad;
+ char _pad[4];
} Mask;
typedef struct MaskParent {
@@ -92,7 +92,7 @@ typedef struct MaskSplinePointUW {
typedef struct MaskSplinePoint {
/** Actual point coordinates and it's handles . */
BezTriple bezt;
- int pad;
+ char _pad[4];
/** Number of uv feather values. */
int tot_uw;
/** Feather UV values. */
@@ -134,7 +134,7 @@ typedef struct MaskLayerShape {
int frame;
/** Animation flag. */
char flag;
- char pad[7];
+ char _pad[7];
} MaskLayerShape;
/* cast to this for convenience, not saved */
@@ -166,7 +166,7 @@ typedef struct MaskLayer {
char blend;
char blend_flag;
char falloff;
- char pad[7];
+ char _pad[7];
/** For animation. */
char flag;