What is the mel command to toggle percentage of used uv space

What is the mel command to toggle percentage of used uv space

malcolm_341
Collaborator Collaborator
386 Views
1 Reply
Message 1 of 2

What is the mel command to toggle percentage of used uv space

malcolm_341
Collaborator
Collaborator

Hi there, I'm looking for the command to toggle percentage of used UV space in the UV editor. I've tried echo all, but can't get any clues, anyone know what command toggles this feature on/off.

 

malcolm_341_0-1639255755588.png

 

Accepted solutions (1)
387 Views
1 Reply
Reply (1)
Message 2 of 2

malcolm_341
Collaborator
Collaborator
Accepted solution

I found it by looking through the mel procedure scripts/others

 

textureWindow -e -displayUsedPercentageHUD 1 -usedPercentageHUDRange 0 0 1 1 polyTexturePlacementPanel1;

 

The file with all the UV HUD stuff is here C:/Program Files/Autodesk/Maya2022/scripts/others/performTextureViewUVStatisticsHUDOptions.mel