Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2016-03-03 22:17:32 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-03-03 22:36:13 +0300
commit6d673f8f0c4600b6573991bcd6e75f89bdb4c473 (patch)
tree660ef5a9c6afddc42d043926afa23fec7ea244ff /source/blender/modifiers/intern/MOD_solidify.c
parent21583b50cf39c20dab801757663cf5981f411516 (diff)
Docs: comment on poly flipping w/ solidify
Diffstat (limited to 'source/blender/modifiers/intern/MOD_solidify.c')
-rw-r--r--source/blender/modifiers/intern/MOD_solidify.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/modifiers/intern/MOD_solidify.c b/source/blender/modifiers/intern/MOD_solidify.c
index 4188e2d03d5..0a4d6474234 100644
--- a/source/blender/modifiers/intern/MOD_solidify.c
+++ b/source/blender/modifiers/intern/MOD_solidify.c
@@ -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,