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

@@ -226,7 +226,7 @@ DerivedMesh *fluidsimModifier_do(FluidsimModifierData *fluidmd, Scene *scene, Ob
}
}
result = CDDM_copy(dm);
result = CDDM_copy(dm, 0);
if(result)
{