DNA: Unnecessarily big padding size in Object struct

Was added in 159806140f.
This commit is contained in:
Julian Eisel 2018-04-30 11:18:54 +02:00
parent cb37080627
commit 5ea85d0b04
1 changed files with 1 additions and 1 deletions

View File

@ -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