From e3f681da67989ed87a270a2c07849265d44bb7da Mon Sep 17 00:00:00 2001 From: Nils Thuerey Date: Wed, 9 Nov 2005 07:56:26 +0000 Subject: - popup menu now aborts by default - changed directory/prefix input (only 1 string instead of two, more similar to render output settings now) - changed reading/writing of surface files - slightly enhanced surface smoothness --- source/blender/makesdna/DNA_object_fluidsim.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'source/blender/makesdna/DNA_object_fluidsim.h') diff --git a/source/blender/makesdna/DNA_object_fluidsim.h b/source/blender/makesdna/DNA_object_fluidsim.h index e98f0b8a8e9..6a02680d694 100644 --- a/source/blender/makesdna/DNA_object_fluidsim.h +++ b/source/blender/makesdna/DNA_object_fluidsim.h @@ -68,9 +68,6 @@ typedef struct FluidsimSettings { float gstar; /* activate refinement? */ int maxRefine; - /* store output path, and file prefix for baked fluid surface */ - /* strlens; 80= FILE_MAXFILE, 160= FILE_MAXDIR */ - char surfdataDir[160], surfdataPrefix[80]; /* fluid object type settings */ /* gravity strength */ @@ -78,6 +75,10 @@ typedef struct FluidsimSettings { /* store pointer to original mesh (for replacing the current one) */ struct Mesh *orgMesh; + + /* store output path, and file prefix for baked fluid surface */ + /* strlens; 80= FILE_MAXFILE, 160= FILE_MAXDIR */ + char surfdataPath[160+80]; } FluidsimSettings; /* ob->fluidsimSettings defines */ -- cgit v1.2.3