feat(skills): expand touchdesigner-mcp with GLSL, post-FX, audio, geometry references - #26398
Closed
Master-Rensei wants to merge 1 commit into
Closed
feat(skills): expand touchdesigner-mcp with GLSL, post-FX, audio, geometry references#26398Master-Rensei wants to merge 1 commit into
Master-Rensei wants to merge 1 commit into
Conversation
…metry references Add 6 new reference files with generic reusable patterns: - glsl.md: uniforms, built-in functions, shader templates, Bayer dither - postfx.md: bloom, CRT scanlines, chromatic aberration, feedback glow - layout-compositor.md: layoutTOP, overTOP grids, panel dividers - operator-tips.md: wireframe rendering, feedback TOP setup - geometry-comp.md: instancing, POP vs SOP rendering, shape morphing - audio-reactive.md: band extraction (audiofilterCHOP), beat detection, MIDI Expand SKILL.md with: - TD 2025 API quirks (connection syntax, GLSL TOP rules, expression gotchas) - Trimmed param name table (8 known LLM traps, defers to td_get_par_info) - Slider-to-shader wiring (td_execute_python + ParMode.EXPRESSION) - Frame capture with run()/delayFrames (TOP.save() timing fix) - TD 099 POP vs SOP rendering rules - Incremental build strategy for large scripts - Remote TD setup (PC over Ethernet) - Audio synthesis via CHOPs (LFO-driven envelope pattern) Expand pitfalls.md (#46-63): - Connection syntax, moviefileoutTOP bug, batch frame capture - TOP.save() time advancement, feedback masking, incremental builds - MCP reconnection after project.load(), TOX reverse-engineering - sliderCOMP naming, create() suffix requirement - COMP reparenting (copyOPs), expressionCHOP crash All content is generic — no session-specific paths, hardware, aesthetics, or param-name-only entries (those belong in td_get_par_info). Bumps version 1.0.0 → 2.0.0.
Contributor
|
Duplicate of #16624 (already merged). This PR contains the same touchdesigner-mcp expansion (GLSL, post-FX, audio, geometry references) that was merged previously. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Expands the touchdesigner-mcp optional skill from 8 → 14 files with generic reusable patterns for TD users. All content is MCP-first (twozero native tools) with no session-specific biases.
New reference files (6)
glsl.mdpostfx.mdlayout-compositor.mdoperator-tips.mdgeometry-comp.mdaudio-reactive.mdSKILL.md additions
td_get_par_infoper CRITICAL RULE Terminal tool #1)td_execute_python+ParMode.EXPRESSIONrun()/delayFrames(fixesTOP.save()timing)Pitfalls expansion (#46-63)
Behavioral patterns only — no param-name-only entries (those are handled by
td_get_par_info):par.inputbug, batch frame capture, TOP.save() timingproject.load(), TOX reverse-engineering workflowcreate()suffix requirement, COMP reparenting viacopyOPsop()expressions