list_usd_prims
List USD prims on a Houdini stage, filtering by prim type, kind, or depth to locate specific scene graph nodes.
Instructions
List USD prims on a stage with filtering.
Args: node_path: LOP node path. root_path: Root prim path to list from. prim_type: USD type filter (e.g. "Mesh", "Xform"). kind: Kind filter (e.g. "component", "group"). depth: Max traversal depth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| depth | No | ||
| node_path | Yes | ||
| prim_type | No | ||
| root_path | No | / |