argument for CDDM_from_BMEditMesh() so creating tessface data is optional, no functional changes since all callers use this so far.
This commit is contained in:
@@ -159,7 +159,7 @@ static DerivedMesh *applyModifier(ModifierData *md, struct Object *ob,
|
||||
cddm->release(cddm);
|
||||
}
|
||||
|
||||
cddm = CDDM_from_BMEditMesh(em, NULL, 1);
|
||||
cddm = CDDM_from_BMEditMesh(em, NULL, TRUE, TRUE);
|
||||
BMEdit_Free(em);
|
||||
MEM_freeN(em);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user