Go to: Synopsis. Return value. MEL examples.
findAnimCurves (string $selectionConnection)
None
// Get a list of the curves selected in the outliner of the graph editor // GraphEditor; string $selConn = `editor -q -selectionConnection graphEditor1OutlineEd`; findAnimCurves($selConn);