made subsurf object mode conversion faster, though still needs a bit more work

This commit is contained in:
2009-09-15 15:32:09 +00:00
parent 2601aa9cf3
commit 86b474a344
19 changed files with 262 additions and 184 deletions

View File

@@ -432,7 +432,7 @@ DerivedMesh *clothModifier_do(ClothModifierData *clmd, Scene *scene, Object *ob,
clmd->scene= scene; /* nice to pass on later :) */
framenr= (int)scene->r.cfra;
cache= clmd->point_cache;
result = CDDM_copy(dm);
result = CDDM_copy(dm, 0);
BKE_ptcache_id_from_cloth(&pid, ob, clmd);
BKE_ptcache_id_time(&pid, scene, framenr, &startframe, &endframe, &timescale);