What problem does it solve?
This Skill enables you to control TouchDesigner via twozero MCP, allowing for real-time visuals, operator manipulation, and Python scripting, thereby streamlining the creation and editing of TouchDesigner projects.
Core Features & Use Cases
- Real-time Visuals: Build and manipulate real-time visuals in TouchDesigner.
- Operator Manipulation: Create, set parameters, wire connections, and execute Python code for operators.
- Use Case: Imagine you are working on a live performance with TouchDesigner and need to dynamically change visual parameters and operator configurations based on audience reaction or other inputs.
- Quick Start: Use the touchdesigner-mcp skill to set the brightness of the 'brightness' operator in your TouchDesigner project to 70.
td_set_operator_pars(path="/project1/brightness", parameters={"brightness": 70})
Quick Start
Use the touchdesigner-mcp skill to set the brightness of the 'brightness' operator in your TouchDesigner project to 70.
td_set_operator_pars(path="/project1/brightness", parameters={"brightness": 70})