Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2007-12-02 18:54:54 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2007-12-02 18:54:54 +0300
commit6a9c6674ca43d9f05d597d7a94280911e3e97b9d (patch)
treee8d61f1b269393416ca23b63ebd0b04055742869 /source/blender/blenloader/intern
parent303819276fda483a9c75b76aea8a7201915c21af (diff)
Particles
========= Bugfix for crash with disabling the particles system and saving/loading files, the way it detected if the mesh had changed could not work correct.
Diffstat (limited to 'source/blender/blenloader/intern')
-rw-r--r--source/blender/blenloader/intern/readfile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 6236af87479..678e2da276f 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -2979,7 +2979,6 @@ static void direct_link_modifiers(FileData *fd, ListBase *lb)
psmd->dm=0;
psmd->psys=newdataadr(fd, psmd->psys);
- psmd->flag |= eParticleSystemFlag_Loaded;
psmd->flag &= ~eParticleSystemFlag_psys_updated;
} else if (md->type==eModifierType_Explode) {
ExplodeModifierData *psmd = (ExplodeModifierData*) md;