Set parameters (batch)
set_parameters_batchUpdate parameters on multiple TouchDesigner nodes in one batch request, with per-update results so a failure does not roll back others.
Instructions
Update parameters on multiple nodes in a single batch request. Each update reports its own success; a failure does not roll back the others.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | List of { path, parameters } updates sent in one batch request (per-update results; not transactional — a failed update does not roll back the others). |