get_attrib_stats
Aggregate numeric attribute stats in Houdini: min, max, mean, sum, plus per-component vector ranges, to confirm data without reading every value.
Instructions
Aggregate statistics for numeric attributes: min, max, mean, sum.
Use this to prove something is happening, rather than reading values. get_geometry_info names the attributes; get_attrib_values returns every value, which on a 60k-point cache tells you nothing you can read. Vector attributes also report per-component ranges, so a velocity field's per-axis extremes come back in the same call.
Args: node_path: SOP node path. attribs: Attribute names. Omit for every attribute of the class. attrib_class: "point", "prim" or "detail".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| attribs | No | ||
| node_path | Yes | ||
| attrib_class | No | point |