Changing the VarStruct name length messed up plugins, so changing back.

This commit is contained in:
Campbell Barton 2007-01-04 11:15:06 +00:00
parent 50edac630b
commit b91d5bf951

@ -46,7 +46,7 @@ typedef void (*SeqDoit)(void*, float, float, int, int,
typedef struct VarStruct {
int type;
char name[32];
char name[16];
float def, min, max;
char tip[80];
} VarStruct;