set_parameter
Sets a parameter value on a Houdini node by specifying the node path, parameter name, and new value (int, float, string, bool, or list).
Instructions
Set a parameter value.
Args: node_path: Node path. parm_name: Parameter name. value: New value (int, float, string, bool, or list).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| node_path | Yes | ||
| parm_name | Yes |