Python in TouchDesigner | Writing Python ReferencesOctober 19, 2015 · 4 min readMatthew RaganPixel PusherCore Concepts Python expressions as references Syntax Accessing CHOPs Accessing DATs How to read the python help on the Derivative Wiki
Python in TouchDesigner | VariablesOctober 16, 2015 · 6 min readMatthew RaganPixel PusherCore Concepts Understanding variables in Python (different form what we mean with TouchDesigner variables) Referencing by using variables in a script simple scripting simple preset recall
Python in TouchDesigner | PrintingOctober 14, 2015 · One min readMatthew RaganPixel PusherCore Concepts Using the text port Running scripts print() strings, integers, floats, and booleans printing and joining simple substitution in strings