td_set_params
Update parameters on an existing TouchDesigner operator, index-validated, accepting constants, expressions, bindings, or pulses; requires your owner claim to authorize the write.
Instructions
Set parameters on an existing operator, checked against the index first.
Values may be a constant, {"expr": "..."} for an expression, {"bind": "..."}
or {"pulse": true}. Pass op_type to have the names validated locally
before anything is sent. Pass the same owner you claimed the area with,
or your own claim refuses this write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pars | Yes | ||
| path | Yes | ||
| owner | No | ||
| op_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |