For querying the panel, I've had good luck with: string $currentPanel = `playblast -activeEditor`;
or string $currentPanel = `getPanel -withFocus`; These are panels, not the specific pane. Not sure if that helps ;) The playblast one is always limited to something that can render. And I hate the Python syntax for sets, I always get it wrong the first time. I know in PyMel the 'fixed' it to read a bit more logically. -- 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/698a5ddd-3d93-4033-91c5-4f27860171b3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
