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:
authorJanne Karhu <jhkarh@gmail.com>2010-10-19 21:45:19 +0400
committerJanne Karhu <jhkarh@gmail.com>2010-10-19 21:45:19 +0400
commitfdfc09b49eb5b445e047dbc27bfb5abde470a665 (patch)
tree85758011a38dda7cf314aceca4db72782e1f9d02 /source/blender/blenloader
parent94aa87dd62eb147c9d68627c020856cd46dc9cf2 (diff)
Fix for [#24262] Segmentation attempting to render *NEED MOER INFO*
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index b6515863c2b..35348a3cd07 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -3141,6 +3141,7 @@ static void direct_link_particlesystems(FileData *fd, ListBase *particles)
psys->childcachebufs.first = psys->childcachebufs.last = NULL;
psys->frand = NULL;
psys->pdd = NULL;
+ psys->renderdata = NULL;
direct_link_pointcache_list(fd, &psys->ptcaches, &psys->pointcache);