Go to: Synopsis. Return value. Keywords.
Flags. MEL
examples.
getRenderTasks [-camera string] [-renderLayer string] string
getRenderTasks is NOT undoable, NOT queryable, and
NOT editable.
Command to return render tasks to render an image source. Image
source can depend on upstream image sources that result from
renderings of 3D scene, or 2D renderings (e.g. render targets).
This command obtains the graph of image source render dependencies,
and creates render tasks according to these dependencies. A render
task has context, which can be camera, render layer, and
resolution, or other, renderer-specific context. Because of image
source overrides, the render task context depends on the path
through the render dependency graph, with the most upstream
override for a context item applied. As there can be multiple paths
through a render dependency graph to a render dependency, there can
be multiple render tasks for a given render dependency.
string[] |
Render tasks (one per string) for argument render target. |
imageSource, render, task
camera, renderLayer
Long name (short name) |
Argument types |
Properties |
-camera(-c) |
string |
|
|
Camera node to use in the render context for the image source
render task. |
|
-renderLayer(-rl) |
string |
|
|
Render layer to use in the render context for the image source
render task. |
|
Flag can appear in Create mode of
command |
Flag can appear in Edit mode of command |
Flag can appear in Query mode of command |
Flag can be used more than once in a
command. |
// Return render tasks for myImageSource.
//
string $tasks;
$tasks = `getRenderTasks -c myCamera -rl myRenderLayer myImageSource`;