capture_screenshot
Capture a Houdini viewport or pane screenshot to a file for visual confirmation. Use when you need to inspect the current scene state after changes.
Instructions
Capture a screenshot of the viewport or a specific pane tab.
The image is written to disk only; open output_path with your file
reader to look at it. Prefer get_geometry_info, get_node_info or
get_scene_summary unless visual confirmation is genuinely needed.
Args: output_path: Image file path. pane_name: Pane tab name. 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 |
|---|---|---|---|
| pane_name | No | ||
| output_path | Yes | ||
| settle_seconds | No |