Clear debug_data pointer in local cloth modifier data of the particle
systems on blend file load.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user