hi ,
I know how to get the vertex position in local coordination:
pointPosition -l pCubeShape1.vtx[5];
but how to set the vertex position in local coordination.
If I do this:
setAttr pCubeShape1.vtx[5] -type "float3" 5.213509 1.300865 -1.31991
it sets the tweaks value, it is not what I want.
So could you give me any suggestion on this topic?
Thank you.