MAYA | Move UV shells to 0-1

Moving UV shells from a tile to another. Simply select the UV shells and enter the mel script.

 

Move UV to the RIGHT :
polyEditUV -u 1 -v 0

Move UV to the LEFT :
polyEditUV -u -1 -v 0

Move UV to the UP:
polyEditUV -u 0 -v 1

Move UV to the DOWN:
polyEditUV -u 0 -v -1

Updated*
30082020 - You can use the keyboard arrow to UV shells to another tile if Move value is 1.0
To check Move value, go to UV Toolkit > Transform > Move.

Tags : #Uv #Maya #Script #Mel

Previous
Previous

MAYA | Fix stretched texture at UV borders in smooth preview