capture_network_editor
Capture a screenshot of the Houdini network editor to an image file for visual confirmation of node wiring. Optionally navigate to a specific node before capture.
Instructions
Capture a screenshot of the network editor.
The image is written to disk only; open output_path with your file
reader to look at it. Prefer get_node_info or list_children for inspecting
node connections unless visual confirmation of wiring is genuinely needed.
Args: output_path: Image file path. node_path: Node path to navigate to before capture.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_path | No | ||
| output_path | Yes |