td_pop_inspect
Inspect POP node metadata and sample point, vertex, and primitive attributes. Control sampling count, start index, and GPU readback mode.
Instructions
Read structured POP metadata and attribute samples.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to a POP node | |
| count | No | Max elements to sample per requested attribute | |
| start | No | Starting element index for attribute sampling | |
| delayed | No | Use TouchDesigner's delayed GPU readback mode where supported to reduce stalls | |
| include_bounds | No | Include POP bounds and dimension metadata | |
| prim_attributes | No | Specific primitive attributes to sample. If omitted, no primitive attribute samples are returned unless requested. | |
| vert_attributes | No | Specific vertex attributes to sample. If omitted, no vertex attribute samples are returned unless requested. | |
| point_attributes | No | Specific point attributes to sample. If omitted, the tool samples common attributes such as P, PartVel, PartAge, Noise, and PartForce when present. | |
| include_attributes | No | Include point/prim/vert attribute metadata |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |