![]() |
PFTrack Documentation | Customizing PFTrack |
In addition to the built-in nodes in PFTrack, customised nodes can be created to perform user-defined tasks (for example, manipulating tracking data or camera motion). These nodes are created using Python scripts located in the nodes
application sub-folder, and/or the user's documents folder. Each file in these sub-folders defines a single node.
PFTrack installs a default set of node files in the nodes
sub-folder of the application folder which can be used as a starting point for customisation.
Customised nodes are Python scripts and are described in the Python API.