RenderPassTypeAdaptor

Adapts render pass types to a client and renderer. The behaviour of how each render pass type is adapted is defined by one or more type processors registered to this node.

user

Container for user-defined plugs. Nodes should never make their own plugs here, so users are free to do as they wish.

out

The processed output scene.

enabled

The on/off state of the node. When it is off, the node outputs the input scene unchanged.

in

The input scene

client

The client to adapt render pass types to.

renderer

The renderer to adapt render pass types to.