Fix for missing initialization of local cloth modifier inside particle

systems.
This commit is contained in:
Lukas Tönne 2014-09-22 21:20:22 +02:00
parent c036c72284
commit e44187cd5f

@ -3949,6 +3949,7 @@ static void direct_link_particlesystems(FileData *fd, ListBase *particles)
}
psys->hair_in_dm = psys->hair_out_dm = NULL;
psys->clmd->solver_result = NULL;
psys->clmd->point_cache = psys->pointcache;
}