From a39192f243313c45de74d3208840d4fe29dc4e0d Mon Sep 17 00:00:00 2001 From: William Reynish Date: Thu, 30 Jul 2009 18:32:20 +0000 Subject: Separated metaball size values, and hid inapplicable values depending on metaball type. --- source/blender/makesdna/DNA_meta_types.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_meta_types.h') diff --git a/source/blender/makesdna/DNA_meta_types.h b/source/blender/makesdna/DNA_meta_types.h index 2da4e9ab5a6..897368fd5df 100644 --- a/source/blender/makesdna/DNA_meta_types.h +++ b/source/blender/makesdna/DNA_meta_types.h @@ -48,7 +48,9 @@ typedef struct MetaElem { short type, flag, selcol1, selcol2; float x, y, z; /* Position of center of MetaElem */ float quat[4]; /* Rotation of MetaElem */ - float expx, expy, expz; /* dimension parameters, used for some types like cubes */ + float expx; /* dimension parameters, used for some types like cubes */ + float expy; + float expz; float rad; /* radius of the meta element */ float rad2; /* temp field, used only while processing */ float s; /* stiffness, how much of the element to fill */ -- cgit v1.2.3