I figured it out. It was:
selection_connection = cmds.outlinerEditor('graphEditor1OutlineEd',
query=True,
        mainListConnection=True)
cmds.selectionConnection(selection_connection, edit=True, select=attribute)

Thanks
Chad


On Wed, Feb 16, 2011 at 5:04 PM, Michiel Duvekot <[email protected]> wrote:

> Try
>
> cmds.selectionConnection('graphEditor1FromOutliner', query=True,
> obj=True )
>
> On Feb 16, 2:30 pm, Chad Vernon <[email protected]> wrote:
> > You can pin channels in the graph editor with the outlinerEditor command.
> > I'm trying to display the pinned channels procedurally through python but
> > there is no select option in the outlinerEditor command.  Does anyone
> know
> > of a way to select specific channels in he outlinerEditor of the graph
> > editor?
> >
> > Thanks,
> > Chad
>
> --
> http://groups.google.com/group/python_inside_maya
>

-- 
http://groups.google.com/group/python_inside_maya

Reply via email to