Go to: Synopsis. Return value. MEL examples.

Synopsis

renderPartition string

renderPartition is undoable, queryable, and NOT editable.

Set or query the model's current partition. When flag q is not used, a partion name must be passed as an argument. In this case the current partition is set to that name.

Return value

stringThe render partition

In query mode, return type is based on queried flag.

MEL examples

// Query the current render partition
renderPartition -q;

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