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

This commit is contained in:
Brecht Van Lommel 2015-10-15 03:13:02 +02:00 committed by Campbell Barton
parent e5ee9d1eff
commit ae1335f7cf
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}