render_viewport
Capture the current 3D viewport to an image file, with optional settle time for Karma convergence before saving.
Instructions
Capture the current 3D viewport to an image file.
Args: output_path: Image file path. resolution: [width, height] in pixels. camera: Camera node path. settle_seconds: Wait this long before capturing, without blocking Houdini, so a Karma viewport can converge after a change. Use this instead of a shell sleep between calls. Capped at 120.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| camera | No | ||
| resolution | No | ||
| output_path | Yes | ||
| settle_seconds | No |