Hi there,
I'm not used to used MEL scripts so anytime i try, i can't find the good syntax by myself ;(
I have a cube called pCube1 and i would to give an expression to a vertex.
I want my vertex to take the y position of another vertex at another time (20 frames less)
My expression would be something like :
pCube1.vtx[11].translateY=pCube1.vtx[11].translateY (at CurrentTime -20)
If someone could help me to translate that into real MEL because maya doesn't understand mine
Thank you for your time.