LayerOutΒΆ

class LayerOut

A LayerOut is a ShaderNodeIn that is found in a ShaderNodeOutputLayer

This node has connections to primitives to let the user override primitive assignation on a per pass basis.

Hierarchy

class LayerOut < class ShaderNodeIn < class Node

Members

Plugs:

types.string Color RW Override of the shader output to use instead of the output's name
types.string ColorMode RW Color mode, the shader color is alpha premultiplied or normal. This plug is only used when a shader is directly connected to the output. In other case, the value is multiplied or not depending on the Surface shader color mode.
types.string Compression RW Override of the pass compression
types.float DeepCompression RW Override of the pass deep compression ratio
types.bool DeepImage RW Override of the pass deep image
types.bool DeepMerge RW Override of the pass deep merge flag
types.bool Denoise RW Denoise this AOV if the Denoiser render setting is set.
types.string Depth RW Override of the pass display driver's bit depth
types.bool Disabled RW Disables the rendering of this output when true
types.string DisplayDriver RW Override of the pass display driver
nil ExMattes RW The connection to the excluded (to matte) SceneGraphNodes
nil ExVisibles RW The connection to the excluded (to visible) SceneGraphNodes
types.string FileAlphaMode RW The color written in file is alpha premultiplied ("multiply") or not ("normal"), or inherited from the RenderPass ("inherited")
types.string FileName RW Override of the pass filename
types.enum{"normal", FilterOp "min"} RW Filter operator to use. "normal" or "min". The "min" operator is used by the Depth AOV.
types.string Gamma RW Override of the pass display gamma
types.string LightCategories RW The categories of light that illuminate the output
nil Lit RW The connection to the linked lights for light linking overide
nil Mattes RW The connection to the matted SceneGraphNodes
types.string MetaData RW The meta data to insert in the EXR file header. You can add a metadata per line.
types.bool MultiPart RW If checked, writes the AOVs as OpenEXR 2.0 multi-part files. If not checks, write the AOVs as channels (compatible with OpenEXR 1.0).
types.string Opacity RW Opacity used in the output
types.bool OverrideSettings RW Enable override of the default parent RenderPass settings
types.string PixelFormat RW Override of the pass pixel format
types.vector2 PostClamp RW Override of the post filter clamping
types.vector2 PreClamp RW Override of the pre filter clamping
types.bool RenderEnvironments RW If true, renders the environment lights in this AOV.
types.string RenderState R The actual state of this output, depending on its Disabled state and the solor mode
types.bool RenderVolumetrics RW If true, renders the volumes in this AOV.
types.bool Solo RW Is the AOV in the solo mode ?
nil Visibles RW The connection to the visible SceneGraphNodes


Inherited from class ShaderNodeIn

Plugs:

nil Plug RW The connection to the parent ShaderNodeOut.
string PlugName RW The display name of the ShaderNodeIn
[float|table] Value RW The value of the shader node Plug when not connected to a ShadeNodeOut
type Desc RW The type descriptor of the input Value
boolean HideInput RW The visibility of the ShaderNodeIn

Methods:

nil connect ( ShaderNodeOut output ) Connect a shader node output into this input
ShaderNodeOut|ShaderNodeIn connection getconnected ( ) get the connected shader node input or output
nil disconnect ( ) Disconnect this input from its output
nil setexposed ( boolean expose ) Expose this plug
boolean exposed isexposed ( ) Tell if the plug is exposed


Inherited from class Node

Plugs:

string Name RW The node name

Methods:

nil onpathchanged ( ) Called by the framework when the name of this node or of one of its parent is modified
any value eval ( Plug plug ) Called by the framework when plug (a node's plug) must be evaluated
boolean state isselected ( ) Tell if the node is selected
Node parent getparent ( ) Get the parent Node of this Node
boolean result isparent ( Node child ) Tells if this node is parent of the potential child
Node parent findparent ( string name ) Find the first parent Node of this Node of a specific class
string path getpath ( ) Returns the node path as a string that can be reused with findchild
Node|Plug child findchild ( string path ) Find a child node or plug using a path
nil move ( Node parent ) Move a node to a new parent
nil delete ( ) Delete a node
nil rename ( string name ) Rename a node
[string|number] name getname ( ) Get the Node name in its parent
Node result getchild ( string name ) Get a child node by its name
boolean result isreference ( ) Tells if a node comes from a reference project
Reference reference getreference ( ) Returns the reference node it is connected to
bool result belongstoreference ( Reference ref ) Tells if the node belongs to the reference, or a sub reference
{Node} result loadfile ( string filename ) load a file content in this node.
Node result loadtemplate ( string template , string name ) load a template file
bool,string success,error savefile ( string filename ) load a node to a file
string result getstringcopy ( ) Return a copy of the node and its content as a string to be pasted
nil setflags ( ) Set the node flags
bool result ismoveable ( ) Tells if the node can be moved
{Node},string result,error pastestringcopy ( string copy ) Paste a string copy into this node
of table getreferences ( [ topref Reference ] ) Returns the references in the document sorted depth first.
boolean editable iseditable ( ) Indicates if the node can be edited by the user in the UI
nil seteditable ( boolean editable ) Change the editable state of the node

Documentation

types.string Color RW

Override of the shader output to use instead of the output's name


types.string ColorMode RW

Color mode, the shader color is alpha premultiplied or normal. This plug is only used when a shader is directly connected to the output. In other case, the value is multiplied or not depending on the Surface shader color mode.


types.string Compression RW

Override of the pass compression


types.float DeepCompression RW

Override of the pass deep compression ratio


types.bool DeepImage RW

Override of the pass deep image


types.bool DeepMerge RW

Override of the pass deep merge flag


types.bool Denoise RW

Denoise this AOV if the Denoiser render setting is set.


types.string Depth RW

Override of the pass display driver's bit depth


types.bool Disabled RW

Disables the rendering of this output when true


types.string DisplayDriver RW

Override of the pass display driver


nil ExMattes RW

The connection to the excluded (to matte) SceneGraphNodes


nil ExVisibles RW

The connection to the excluded (to visible) SceneGraphNodes


types.string FileAlphaMode RW

The color written in file is alpha premultiplied ("multiply") or not ("normal"), or inherited from the RenderPass ("inherited")


types.string FileName RW

Override of the pass filename


types.enum{"normal", FilterOp "min"}

RW Filter operator to use. "normal" or "min". The "min" operator is used by the Depth AOV.


types.string Gamma RW

Override of the pass display gamma


types.string LightCategories RW

The categories of light that illuminate the output


nil Lit RW

The connection to the linked lights for light linking overide


nil Mattes RW

The connection to the matted SceneGraphNodes


types.string MetaData RW

The meta data to insert in the EXR file header. You can add a metadata per line.


types.bool MultiPart RW

If checked, writes the AOVs as OpenEXR 2.0 multi-part files. If not checks, write the AOVs as channels (compatible with OpenEXR 1.0).


types.string Opacity RW

Opacity used in the output


types.bool OverrideSettings RW

Enable override of the default parent RenderPass settings


types.string PixelFormat RW

Override of the pass pixel format


types.vector2 PostClamp RW

Override of the post filter clamping


types.vector2 PreClamp RW

Override of the pre filter clamping


types.bool RenderEnvironments RW

If true, renders the environment lights in this AOV.


types.string RenderState R

The actual state of this output, depending on its Disabled state and the solor mode


types.bool RenderVolumetrics RW

If true, renders the volumes in this AOV.


types.bool Solo RW

Is the AOV in the solo mode ?

If at least one render pass is in the solo mode, only those passes will be computed. If no render pass are in the solo mode, all the render passes are computed.

nil Visibles RW

The connection to the visible SceneGraphNodes