TouchDesigner learning

From Antoine Vienne | Wiki
Revision as of 17:22, 25 April 2020 by Walter (talk | contribs)
Jump to navigation Jump to search

Making custom interface

Making buttons

// Name of the parent node

parent().name

Rendering

Get resolution from another node

// Get width and height from render1 node

op('render1').width

op('render1').height