Go to: Attributes.

A render target is a node in an image processing graph that can be referenced as an output point for rendering.

Node nameParentsClassificationMFn typeCompatible function sets
renderTargetimageSource
rendering:swatch/mentalRaySwatchGenkRenderTargetkBase
kNamedObject
kDependencyNode
kImageSource
kRenderTarget

Attributes (17)

alpha, camera, color, colorB, colorG, colorProfile, colorR, frameBufferOverride, frameBufferType, height, numberOfChannels, renderLayer, renderable, renderer, renderingOverride, resolutionOverride, width

Long name (short name)TypeDefaultFlags
renderLayer (rl) Messagen/ainputconnectablehidden
Connection to parent RenderLayer node. No connection means that the masterLayer is the parent.
color (col) float30.0, 0.0, 0.0outputinputconnectablestorable
Color: the image color value.
colorR (cr) float0.0outputinputconnectablestorablekeyable
The red component of the color
colorG (cg) float0.0outputinputconnectablestorablekeyable
The green component of the color
colorB (cb) float0.0outputinputconnectablestorablekeyable
The blue component of the color
alpha (a) float0.0outputinputconnectablestorablekeyable
The image alpha value
renderable (r) booltrueoutputinputconnectablestorable
The render target gets rendered when set to true
renderingOverride (reno) boolfalseoutputinputconnectablestorable
The render target settings override the renderer settings if true.
renderer (rdr) stringTmultiSharedObject::create<TdataString>"mentalRay"outputinputconnectablestorable
Override renderer (used if renderingOverride is true).
colorProfile (cp) integer0outputinputconnectablestorable
The color profile associated with this render target, if any.
frameBufferOverride (fbo) boolfalseoutputinputconnectablestorable
The render target frame buffer settings override the renderer settings if true.
frameBufferType (fbt) enum0outputinputconnectablestorable
The data type of the frame buffer.
numberOfChannels (nc) enum1outputinputconnectablestorable
The number of channels (color components) in the frame buffer
resolutionOverride (reso) boolfalseoutputinputconnectablestorable
The render target resolution override the renderer settings resolution if true.
width (w) integer640outputinputconnectablestorable
The image resolution width (X), in pixels.
height (h) integer480outputinputconnectablestorable
The image resolution height (Y), in pixels.
camera (cam) Messagen/ainputconnectable
Input plug connection to explicit camera associated with this image source. If unconnected, default camera will be used.