
Not applicable
01-24-2020
08:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to write a script that will simple toggle the *!@$%^& UV Toolkit window off!
Trouble is the windows aren't called by the same thing they are named and I'm not sure how to determine if the current window exists. Also a little confused as to what constitutes a panel and a window
import maya.cmds as cmds for panel in cmds.getPanel(sty = "UV Toolkit"): cmds.window( panel, e = True, visible = False )
Yeah, it's not called the UV Toolkit, is it? Which is where I when down a digital rabbit hole as to how to find out the name of the desired window. Any ideas how to switch the UV Toolkit off - apart from from Hide UV Tookit from the UV Editor window?
Solved! Go to Solution.