Get TouchDesigner Version Info
get_version_infoRetrieve detailed information about a specific TouchDesigner version, including Python version, new operators, key features, and API changes.
Instructions
Get detailed information about a specific TouchDesigner version including Python version, new operators, key features, and API changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | Yes | TouchDesigner stable version to look up (e.g. '2025', '2023', '2022', '2021', '2020', '2019', '099'). For an experimental build series (e.g. '2025.30000') use get_experimental_build instead. | |
| show_new_operators | No | Include list of operators added in this version (default: true) | |
| show_breaking_changes | No | Include breaking changes and migration notes (default: true) | |
| show_python_highlights | No | Include Python API changes for this version (default: true) |