td_scaffold
Create pre-wired TouchDesigner networks from templates like render_pipeline or feedback_loop. Handles wiring, naming, layout, and initial cook automatically.
Instructions
Create a complete, pre-wired network from a template.
Prefer this over hand-wiring common setups: each template handles
creation, connector compatibility, naming, layout, and the first
force-cook. Returns {template, createdOps, wiring, entryPoint, description}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | No | Container path to build inside. | /project1 |
| template | Yes | 'render_pipeline', 'feedback_loop', 'instanced_particles', 'audio_reactive', or 'projection_mapping'. | |
| name_prefix | No | Name prefix for created operators (defaults to template). | |
| response_format | No | Output format: 'json' (default) or 'markdown'. | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |