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:
Diffstat (limited to 'source/blender/src/vpaint.c')
-rw-r--r--source/blender/src/vpaint.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/vpaint.c b/source/blender/src/vpaint.c
index a4b33cb1f09..bd9cf884970 100644
--- a/source/blender/src/vpaint.c
+++ b/source/blender/src/vpaint.c
@@ -239,6 +239,7 @@ void make_vertexcol() /* single ob */
me= get_mesh(ob);
if(me==0) return;
+ /* to be able to copy lighting info, we only use it from single side (ton) */
if(me->flag & ME_TWOSIDED) {
me->flag &= ~ME_TWOSIDED;
}