Download:
Toe
Make a variable to OP
op(‘nameOfOp’).store(‘nameOfVariable’, any value)
Fetch the from stored variable.
op(‘name’).fetch(‘nameOfVariable’)
Remove stored variable
op(‘nameOfOp’).unstore(‘nameOfVariable’)
See
https://www.derivative.ca/wiki088/index.php?title=OP_Class
…
Example of using object SOP.
Download : Toe
[One line Tip]
In this example, I use Object Chop and Feeback Chop to calculate the rotation of each rectangle.
Download :
.toe
* This example uses python to build a game. This will be good example how we can use python in Touchdesigner.
Download : Toe
In this example, main nodes are shuffle, speed, resample, object chop.
By connecting them together we can create some sort of a simulation animation.
Download : Toe
Download : Toe