From 223bc8aee1c6f0c1e6d16d0edd8cf23387c33a3f Mon Sep 17 00:00:00 2001 From: Matt Ebb Date: Tue, 15 Sep 2009 03:54:13 +0000 Subject: * Added RNA path functionality to fluidsim modifier settings, to allow keying of fluidsim settings properties. Note: Although the properties can be animated with the RNA system, the values are not exported to the actual fluid sim yet, that can come later. --- source/blender/makesdna/DNA_object_fluidsim.h | 1 + 1 file changed, 1 insertion(+) (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 09288b24c20..da55fb1d47c 100644 --- a/source/blender/makesdna/DNA_object_fluidsim.h +++ b/source/blender/makesdna/DNA_object_fluidsim.h @@ -41,6 +41,7 @@ struct Ipo; struct MVert; typedef struct FluidsimSettings { + struct FluidsimModifierData *fmd; /* for fast RNA access */ /* domain,fluid or obstacle */ short type; /* display advanced options in fluid sim tab (on=1,off=0)*/ -- cgit v1.2.3