Go to: Synopsis. Return value. MEL examples.
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.string | The render partition |
In query mode, return type is based on queried flag.
// Query the current render partition renderPartition -q; // Set the current render partition to "foofoo" renderPartition "foofoo";