get_usd_prim
Retrieve detailed USD prim information. Large array attributes are summarized to avoid huge outputs; use full=True for complete data.
Instructions
Get detailed info about a USD prim.
Array attributes longer than 16 elements (points, faceVertexIndices,
primvars:st, ...) come back as a summary: size, element_type, the first 8
as head, and min/max for numeric data. That is what a mesh question
needs; the full arrays of a building ran to 6.6 million characters. Pass
full=True for every element, or read one array in windows with
get_usd_attribute(offset=, limit=).
Args: node_path: LOP node path. prim_path: USD prim path. full: Return array attributes in full instead of summarised.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | ||
| node_path | Yes | ||
| prim_path | Yes |