Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi.
I am not experienced in scripting. I would like to put in my shelf the UV border on/off button from UV editor.
import maya.cmds as cmds
cmds.polyOptions(gl=True, displayMapBorder=True)
this script only shows the border, possible to write a new the script?
if the border ON then the script set them OFF
if the border OFF then the script set them ON?
Thanks!
Solved! Go to Solution.