Hi all, Within each panel, I can go:
- Panels -> Panel -> Graph Editor ..or.. - Panels -> Panel -> Script Editor ..etc. But I can't find a way to do this programmatically, to the currently active panel. I'm looking for something like this. ```python # psuedo code panel = cmds.getPanel() cmds.setPanel(panel, "GraphEditor") ``` Any ideas? -- *Marcus Ottosson* [email protected] -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOC2_zaqpj4WwLeXO7z0RLAUEk%3DZAaV5ECmBmxGo5JBA-g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
