list_children
Discover Houdini scene hierarchies by listing child nodes under a path. Supports recursive traversal, depth limits, compact summaries, and pagination.
Instructions
List the children of node_path. With recursive=True walk the subtree up to max_depth. compact=True returns only {path, type, children_count}.
PR 6: relays to server-side disc.list_children.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| compact | No | ||
| max_depth | No | ||
| max_nodes | No | ||
| node_path | No | / | |
| recursive | No |