Go to: Synopsis. Return value. MEL examples.

Synopsis

findAnimCurves (string $selectionConnection)

Given a selection connection, tells you which curves are selected.

Return value

None

MEL examples

  // Get a list of the curves selected in the outliner of the graph editor
  //
  GraphEditor;
  string $selConn = `editor -q -selectionConnection graphEditor1OutlineEd`;
  findAnimCurves($selConn);