Generate art from a moodboard note
generate_from_moodboardReads a moodboard note and creates a matching generative system in TouchDesigner, using the note's technique, palette, and colors as hints for the visual output.
Instructions
READ a moodboard note (frontmatter technique/palette/colors/speed plus a prose description) and CREATE a matching generative system in TouchDesigner via create_generative_art. Side effect is node creation in TD, not file writes; the palette/mood is passed only as a best-effort color hint. Use this to seed a system from a vault moodboard; call create_generative_art directly to specify the technique and palette inline. Returns the created generative-art network (same result as create_generative_art). Requires a configured TDMCP_VAULT_PATH.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | Moodboard note: a vault path, or a name resolved against the Moodboards/ folder. | |
| parent_path | No | COMP to build the generative system in. | /project1 |
| technique | No | Override the technique (otherwise the note's `technique` frontmatter, else fractal). |