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 successful.
why?
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 successful.
why?