polyReorder icon indicating copy to clipboard operation
polyReorder copied to clipboard

Maya plugin with tools to reorder the vertices on a mesh to match the order of another.

Results 1 polyReorder issues
Sort by recently updated
recently updated
newest added

if I reorder A to B, like it cmds.polyReorder(dm='pCube1',dc=['pCube1.vtx[3]','pCube1.e[7]','pCube1.f[1]'],sm='pCube2',sc=['pCube2.vtx[2]','pCube2.e[6]','pCube2.f[5]']) B normal changed, but B vertexID not change if I exchange both dm to sm , sm to dm everything is...