Clear debug_data pointer in local cloth modifier data of the particle

systems on blend file load.
This commit is contained in:
2014-09-01 18:46:32 +02:00
parent 1ed88bb24e
commit f757364fc0

View File

@@ -3864,6 +3864,8 @@ static void lib_link_particlesystems(FileData *fd, Object *ob, ID *id, ListBase
psys->clmd->ptcaches.first = psys->clmd->ptcaches.last= NULL;
psys->clmd->coll_parms->group = newlibadr(fd, id->lib, psys->clmd->coll_parms->group);
psys->clmd->modifier.error = NULL;
psys->clmd->debug_data = NULL;
}
}
else {