Fix T46483: vertex/edge slide with correct UVs sometimes pinning UVs.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user