Plan TD version migration
plan_td_version_migrationPlan a TouchDesigner version migration by reviewing release highlights and compatibility records. Get upgrade boundaries, compatibility deltas, and an operator checklist without modifying your project.
Instructions
Read-only: plan a TouchDesigner stable-version migration from offline release highlights plus operator and Python API compatibility records. Returns upgrade boundaries, focused compatibility deltas, and an operator checklist without touching TouchDesigner.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum entries to return in each compatibility section. | |
| query | No | Optional project focus terms, e.g. web render, POP, script, DMX. | |
| to_version | No | Target TouchDesigner stable version. Defaults to the current stable release. | |
| from_version | Yes | Current TouchDesigner stable version, e.g. 099, 2023, or 2024. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| warnings | Yes | ||
| checklist | Yes | ||
| direction | Yes | ||
| toVersion | Yes | ||
| fromVersion | Yes | ||
| versionPath | Yes | Stable versions crossed after from_version. | |
| operatorChanges | Yes | ||
| operatorRemovals | Yes | ||
| operatorAdditions | Yes | ||
| releaseHighlights | Yes | ||
| pythonApiAdditions | Yes |