VNyan capability bridge graph
vnyan_bridge_graphPreview or install a bridge graph that adds controllable triggers for VNyan post-processing effects and lights, with collision checking and optional slot writing.
Instructions
The bridge graph is how post-processing effects and lights become controllable with no reflection: one TriggerNode per capability (namespaced 'mcp.*'), wired to the effect/light node, callable via vnyan_trigger or the vnyan_effect/vnyan_light convenience tools. 'preview' (disk, read-only) lists the actions it would install and checks for trigger-name collisions against every existing graph - triggers are global. 'install' (disk, write) by default EXPORTS the graph as a file - import it into a spare tab via VNyan's own 'Load Graph' menu, no restart needed. Pass 'slot' instead to write directly into that slot (REQUIRES VNyan closed, backs up the slot first). Refuses on any trigger-name collision either way.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slot | No | Advanced/fallback: write directly into this slot instead of exporting a file. REQUIRES VNyan closed. | |
| action | Yes | 'preview' checks for collisions without writing; 'install' writes the graph |