Make portable tox
make_portable_toxPackage a TouchDesigner COMP into a .tox file with a manifest and auto-generated README documenting nodes, parameters, and references.
Instructions
Save a COMP as a .tox package, write a tdmcp-component manifest beside it, and by default include a README.md documenting node inventory, custom parameters, inputs/outputs and external file references.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comp_path | Yes | ||
| out_dir | Yes | ||
| name | No | ||
| docs | No | ||
| include_readme | No | Write a package README.md with node inventory, custom parameters, inputs/outputs, and external file references. |