dualview MEL Script

A maya user interface for dualview displays. Inspired by an early free beta of Kef Tools.
Download
This entry was posted on Friday, January 7th, 2011 at 13:35. It is filed under Script and tagged with MEL, Script.
You can follow any responses to this entry through the RSS 2.0 feed.
This script is great! Always need something like this to keep my windows organized, I would like to ask however, is there a way to add other panels? The one other thing I would really love to have available is the attribute editor as a panel. Also is there only the two windows or can I make it three? For example, outliner and attribute editor both visible at the same time, with the third panel to house all the other tabbed windows.
Thank you. It is possible to add other panels, but the attribute editor is not a panel it’s a window. The easiest way would be to make a custom panel (scriptedPanel) an parent the attribute editor layout underneath. Than it would be just a line in the dualview.cfg file such as “Attribute.attributeEditorPanel.dualview_attributeEditorPane”. Currently you can only make two panels, perhaps next version
.