render_node_network
Takes a screenshot of a Houdini node's network by locating it in the Network Editor, navigating to it, and fitting the view to its subtree.
Instructions
定位到节点所在 NetworkEditor pane,cd 到节点,再截图。
node_path 必须存在;fit_contents=True 时截图前调用 homeAll() 把可视
范围对齐到节点子树。save_path=None 时不落盘(size_bytes 改用 QBuffer
估算)。响应过 apply_response_cap。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | Yes | ||
| node_path | Yes | ||
| save_path | No | ||
| fit_contents | No |