Last active
July 31, 2021 02:37
-
-
Save oliviano/74f261c86b1c80e443b9618a975d6ef6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Run Command | |
myOP = op('dasOp') | |
myOp.run() | |
run(myOp, delayFrames = 10) | |
run( some_script, delayMilliSeconds = 10 ) # milli = option | |
#Pulse with frame args | |
myOp.par.myParam.pulse(1, frame=10) | |
#nice run + format example: | |
run("op('{}').par.Sending = False".format(src), delayFrames = 1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment