Message 1 of 1
Empty UI tab on startup from previous WorkspaceControl docked at Maya shutdown
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I created a custom workspaceControl with some UI with the following command.
cmds.workspaceControl("rsScriptToolbox", retain=False, floating=True, l='Toolbox', uiScript="scriptToolbox.makeUI()")
After I shut down Maya with this control docked, the next time I open up Maya there's an empty docked window tab where that UI was.
Is there anyway to ensure that a workspace control and UI get deleted at Maya quit?
Thanks!