bridge_send
Execute custom TouchDesigner commands by sending raw bridge operations with an opcode and payload. For power users who need direct control during live rendering.
Instructions
Raw bridge send: op + payload (eval/python/...). For power users only.
op (<class 'str'>): Bridge opcode (eval, python, ...).
payload (dict[str, typing.Any]): Payload dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| op | Yes | ||
| payload | No |