From 6a9c6674ca43d9f05d597d7a94280911e3e97b9d Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Sun, 2 Dec 2007 15:54:54 +0000 Subject: 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. --- source/blender/blenloader/intern/readfile.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/blenloader/intern') 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; -- cgit v1.2.3