Commit: ae1335f7cfcbb5258df3edcd2cbad49352bd46a0
Author: Brecht Van Lommel
Date:   Thu Oct 15 03:13:02 2015 +0200
Branches: blender-v2.76a-release
https://developer.blender.org/rBae1335f7cfcbb5258df3edcd2cbad49352bd46a0

Fix T46483: vertex/edge slide with correct UVs sometimes pinning UVs.

===================================================================

M       source/blender/blenkernel/intern/customdata.c

===================================================================

diff --git a/source/blender/blenkernel/intern/customdata.c 
b/source/blender/blenkernel/intern/customdata.c
index 815c18b..f14feee 100644
--- a/source/blender/blenkernel/intern/customdata.c
+++ b/source/blender/blenkernel/intern/customdata.c
@@ -926,6 +926,7 @@ static void layerInterp_mloopuv(
        }
 
        /* delay writing to the destination incase dest is in sources */
+       ((MLoopUV *)dest)->flag = ((MLoopUV *)sources)->flag;
        copy_v2_v2(((MLoopUV *)dest)->uv, uv);
 }

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to