ensure defoem DM has tessface data for the few places that need it.
also add a workaround for CDDM_recalc_tesselation_ex() which would add a CD_NORMAL to dm->fdata and then overwrite immediate
This commit is contained in:
@@ -115,6 +115,7 @@ void CDDM_calc_edges(struct DerivedMesh *dm);
|
||||
|
||||
/* reconstitute face triangulation */
|
||||
void CDDM_recalc_tesselation(struct DerivedMesh *dm);
|
||||
void CDDM_recalc_tesselation_ex(struct DerivedMesh *dm, const int do_face_nor_cpy);
|
||||
|
||||
/* lowers the number of vertices/edges/faces in a CDDerivedMesh
|
||||
* the layer data stays the same size
|
||||
|
||||
Reference in New Issue
Block a user