projects
/
blender-staging.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
* Enabled rna access to fluid sim velocity vectors
[blender-staging.git]
/
source
/
blender
/
blenloader
/
intern
/
readfile.c
diff --git
a/source/blender/blenloader/intern/readfile.c
b/source/blender/blenloader/intern/readfile.c
index afa571769ab1f900ea1299d46aae02efa190ba7f..5543e8420078c569c1044b85cf3099127418205f 100644
(file)
--- a/
source/blender/blenloader/intern/readfile.c
+++ b/
source/blender/blenloader/intern/readfile.c
@@
-3967,7
+3967,7
@@
static void direct_link_modifiers(FileData *fd, ListBase *lb)
fluidmd->fss= newdataadr(fd, fluidmd->fss);
fluidmd->fss->fmd= fluidmd;
fluidmd->fss= newdataadr(fd, fluidmd->fss);
fluidmd->fss->fmd= fluidmd;
- fluidmd->fss->mesh
SurfNormal
s = NULL;
+ fluidmd->fss->mesh
Velocitie
s = NULL;
}
else if (md->type==eModifierType_Smoke) {
SmokeModifierData *smd = (SmokeModifierData*) md;
}
else if (md->type==eModifierType_Smoke) {
SmokeModifierData *smd = (SmokeModifierData*) md;
@@
-9623,7
+9623,7
@@
static void do_versions(FileData *fd, Library *lib, Main *main)
fluidmd->fss->lastgoodframe = INT_MAX;
fluidmd->fss->flag = 0;
fluidmd->fss->lastgoodframe = INT_MAX;
fluidmd->fss->flag = 0;
- fluidmd->fss->mesh
SurfNormal
s = NULL;
+ fluidmd->fss->mesh
Velocitie
s = NULL;
}
}
}
}
}
}