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:
authorJulian Eisel <eiseljulian@gmail.com>2018-04-30 12:18:54 +0300
committerJulian Eisel <eiseljulian@gmail.com>2018-04-30 12:18:54 +0300
commit5ea85d0b049d4e7adb8749cb7d02ca6ea2b1d11b (patch)
tree3a84bd5dbac9f8623bed2110cd6d2699da2a5c1a /source/blender/makesdna/DNA_object_types.h
parentcb3708062774f4694f493fb8a531af2ea33a2d39 (diff)
DNA: Unnecessarily big padding size in Object struct
Was added in 159806140fd33e6.
Diffstat (limited to 'source/blender/makesdna/DNA_object_types.h')
-rw-r--r--source/blender/makesdna/DNA_object_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h
index 0f9cbc06fa8..94187b2f2c6 100644
--- a/source/blender/makesdna/DNA_object_types.h
+++ b/source/blender/makesdna/DNA_object_types.h
@@ -250,7 +250,7 @@ typedef struct Object {
char restrictflag; /* for restricting view, select, render etc. accessible in outliner */
char pad3;
short softflag; /* softbody settings */
- float pad9[3];
+ int pad2;
ListBase constraints; /* object constraints */
ListBase nlastrips DNA_DEPRECATED; // XXX deprecated... old animation system