LoginSignup
3
1

More than 5 years have passed since last update.

TouchDesigner | Timer CHOP

Posted at

timerCHOP.gif

def onDone(timerOp, segment, interrupt):
    import random
    op('constant2').par.value0 = random.random()
    op('constant2').par.value1 = random.random()
    return


screenshot 2018-06-28 11.19.17.png



Reference Source
http://station.backspace.tokyo/satoruhiga/TDWS_2018/post/day4/

3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1