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

概要

renderPartition string

renderPartition は「元に戻す」が可能、「照会」が可能、「編集」が不可能です。

モデルのカレント パーティションを設定または照会します。フラグ q を使用しない場合、 パーティション名を引数として渡す必要があります。この場合は、カレント パーティションがその名前に設定されます。

戻り値

stringレンダー パーティション。

戻り値の型は照会モードでは照会フラグが基になります。

MEL の例

// Query the current render partition
renderPartition -q;

// Set the current render partition to "foofoo"
renderPartition "foofoo";