get_dop_field
Retrieve a specific field value from a DOP record in Houdini by providing the node path, object name, subdata path, and field name. Get targeted simulation data for analysis or automation.
Instructions
Read a specific field value from a DOP record.
Args: node_path: DOP network node path. object_name: DOP object name. data_path: Dot-separated subdata path (e.g. "Geometry", "Forces/Gravity"). field_name: Field name to read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data_path | Yes | ||
| node_path | Yes | ||
| field_name | Yes | ||
| object_name | Yes |