set_keyframes
Batch-set multiple keyframes on a Houdini parameter by supplying node path, parameter name, and a list of frame-value pairs with optional slope and acceleration.
Instructions
Batch-set multiple keyframes on a parameter.
Args: node_path: Node path. parm_name: Parameter name. keyframes: List of dicts with "frame", "value", and optionally "slope"/"accel".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyframes | Yes | ||
| node_path | Yes | ||
| parm_name | Yes |