get_parameters
Read multiple live parameter values from a Houdini node in a single call. Match parameters by name or label substring to get current settings, bypassing per-parameter requests.
Instructions
Read many parameter values at once, matched by name or label substring.
The batch counterpart of set_parameters. Several unrelated groups of settings ("flame", "wind", "buoy") come back in one call instead of one call each, and unlike get_node_card these are the live values on this node rather than the defaults for its type.
Args: node_path: Node to read. patterns: Substrings matched against parameter name and label. Omit for everything, up to the cap. include_defaults: Also report whether each value is still the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patterns | No | ||
| node_path | Yes | ||
| include_defaults | No |