Version:

IN THIS ARTICLE

On Render Finished

On Render Finished

This node is triggered when an update for a procedural material finishes rendering.

You can use the node to detect when texture updates scheduled by the Render Asynchronous node are complete.

Contents

[OnRenderFinished triggers when the procedural material render finishes.]

To verify that the render update is the event that you want, compare the Render ID values that the Render Asynchronous and On Render Finished nodes return. You can use the Equal To (==) node, such as in the following example.

[Verify the Render ID for the Render Asynchronous and On Render Finished nodes.]

Outputs


PinTypeDescription
OutEventSends when a procedural material render update is complete.
Render IDNumberUnique ID for the scheduled render process.