移動先: 概要 戻り値 MEL の例

概要

findAnimCurves (string $selectionConnection)

選択範囲のコネクションを指定し、選択されているカーブを示します。

戻り値

なし

MEL の例

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