Skip to content

Instantly share code, notes, and snippets.

@raganmd
Created May 18, 2018 06:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raganmd/34c26908b4776ea205d458dd6cee51ba to your computer and use it in GitHub Desktop.
Save raganmd/34c26908b4776ea205d458dd6cee51ba to your computer and use it in GitHub Desktop.
import time
# it may be tempting to do this, but
# this is not the correct way to delay
# an operation in Python inside of
# TouchDesigner
time.sleep(1)
print("oh, hello there")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment