Docs: comment on poly flipping w/ solidify

This commit is contained in:
Campbell Barton 2016-03-04 06:17:32 +11:00
parent 21583b50cf
commit 6d673f8f0c
1 changed files with 2 additions and 0 deletions

View File

@ -459,6 +459,8 @@ static DerivedMesh *applyModifier(
unsigned int e;
int j;
/* reverses the loop direction (MLoop.v as well as custom-data)
* MLoop.e also needs to be corrected too, done in a separate loop below. */
ml2 = mloop + mp->loopstart + dm->numLoopData;
for (j = 0; j < mp->totloop; j++) {
CustomData_copy_data(&dm->loopData, &result->loopData, mp->loopstart + j,