projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
The revised patch from Leon for new particle effects.
[blender.git]
/
source
/
blender
/
blenloader
/
intern
/
writefile.c
diff --git
a/source/blender/blenloader/intern/writefile.c
b/source/blender/blenloader/intern/writefile.c
index 5b49f9521404a18510e09f70f1fb6d3d1f8f26aa..32249c1c46ba54eaf907ffc9669eb8a2bb583351 100644
(file)
--- a/
source/blender/blenloader/intern/writefile.c
+++ b/
source/blender/blenloader/intern/writefile.c
@@
-649,6
+649,8
@@
static void write_objects(WriteData *wd, ListBase *idbase)
write_constraints(wd, &ob->constraints);
write_constraint_channels(wd, &ob->constraintChannels);
write_nlastrips(wd, &ob->nlastrips);
+
+ writestruct(wd, DATA, "PartDeflect", 1, ob->pd);
}
ob= ob->id.next;
}