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

概要

renderPartition string

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

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

戻り値

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

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

MEL 例

// Query the current render partition
renderPartition -q;

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