Is there a way to pull the full python code of a finished TD project?

This might be a dumb question, but let’s say I have a fully finished project, and everything is set up and running. Is there a way that I can pull the code of how it is all working from TouchDesigner? I am assuming it would just be a python script, but I read in another thread it might be C++? Just curious! Thanks!

1 Like

Hi @jamesbigg,

TouchDesigner uses Python for scripting tasks. A custom Python build is included, with most of the features of a standard Python installation and a huge number of tools and utilities specific to working in the software.

The application itself is not a python application.

cheers
Markus

Thanks for the response! I appreciate it!