Run macro script
run_macro_scriptReplay MacroRecord JSON files to dispatch tool calls in TouchDesigner, with dry-run, stop-on-error, and argument override options.
Instructions
Replay a MacroRecord JSON file by dispatching each entry through the in-process tool handlers. Use dryRun to plan without invoking, stopOnError to halt on first failure, argsOverrides to shallow-merge per-tool arg replacements, and allowRawPython to opt-in to raw-Python entries (still subject to the server-side ctx gate). Redacted args from a recording may fail at the tool boundary; do not un-redact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | ||
| macroPath | Yes | ||
| stopOnError | No | ||
| argsOverrides | No | ||
| allowRawPython | No |