TouchDesigner allows you to use third-party Python libraries by loading modules in the following ways:
https://www.python.org/downloads/windows/
Windows x86 xxxxxxxx (32bit) Not Windows x86-64 xxxxxxxx (64bit) Select and install
As an example, let's install a numerical calculation module called NumPy.
pip install NumPy
Installation is complete
This folder is in the ** Lib ** folder of the folder where Python is installed
https://nvoid.gitbooks.io/introduction-to-touchdesigner/content/Python/9-6-External-Modules.html
Recommended Posts