From 84b58f8653218ff10f701cfef402c4f699a9b0d2 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 18 Dec 2007 16:55:09 +0000 Subject: Particles ========= - The render and realtime button for the particle system modifier and the enabled button for particles now work seperate again, made a bad design decision to tie them together. Now with only the render button and not realtime enabled it renders. - Fix for bug #7948: particle mode crash while constraining axis. - Fix for bug #7945: crash loading effector groups from an old file. - Fix for bug #7942: crash for reactor particles emitting from particles. --- source/blender/blenloader/intern/readfile.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenloader/intern') diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c index 0763224b4ec..cf71d9ab41e 100644 --- a/source/blender/blenloader/intern/readfile.c +++ b/source/blender/blenloader/intern/readfile.c @@ -7087,6 +7087,7 @@ static void do_versions(FileData *fd, Library *lib, Main *main) oldnewmap_insert(fd->libmap, psys->part, psys->part, 0); part->id.us--; + part->id.flag |= (ob->id.flag & LIB_NEEDLINK); psys->totpart=0; psys->flag=PSYS_ENABLED|PSYS_CURRENT; -- cgit v1.2.3