setup_precomp
Create a precomp by adding a Write node for a source and a Read node for its rendered output, then rewire downstream nodes to the Read.
Instructions
Set up a precomp: creates a Write node for the source, and a Read node that reads the rendered output back in. Downstream nodes get rewired to the Read.
The Write path is auto-generated from the script name and precomp name if not specified.
Args: source_node: node whose output to precomp. name: label for the precomp (used in file path). defaults to source node name. path: explicit output path. auto-generated if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | label for the precomp (used in file path). defaults to source node name. | |
| path | No | explicit output path. auto-generated if omitted. | |
| source_node | Yes | node whose output to precomp. |