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
parent 12c705ec86
commit f823b9ece8

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