td_exec
Execute Python code inside TouchDesigner with access to op, project, ParMode, and absTime in scope, returning stdout.
Instructions
Escape hatch: run Python inside TD (op, project, ParMode, absTime in scope). Returns stdout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |