Hi I'm working on a script in maya 2019 the unfold vertical command is uvTkDoUnfoldAlong(1);
Can anyone tell me the unfold vertical command for 2017 and is it same for other previous version also? Because when I'm running my script and it is giving me an error in 2017 version.
Replies
https://download.autodesk.com/us/maya/2011help/Commands/unfold.html
if you set the -optimiseAxis flag (-oa) to 1 it makes it unfold vertically
here's it running on a cylinder;