setup_render
Configure a Houdini render by creating or specifying a camera and ROP node with renderer, output path, resolution, and samples.
Instructions
Set up a render configuration with camera and ROP node.
Args: renderer: Renderer type ("karma", "mantra"). camera: Camera node path; creates one if omitted. output_path: Output image path (supports Houdini variables). resolution: [width, height] resolution. samples: Render sample count. name: ROP node name in /out.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | render1 | |
| camera | No | ||
| samples | No | ||
| renderer | No | karma | |
| resolution | No | ||
| output_path | No | $HIP/render/output.$F4.exr |