25-08-22 - Today I Learned...
If you want to run a python command in an execute with a delay we can use
run('op("opname").par.resetpulse.pulse()',delayFrames=180)
This is a blog of things that I learned and things that I created and want to share with other artists and creators.
If you want to run a python command in an execute with a delay we can use
run('op("opname").par.resetpulse.pulse()',delayFrames=180)
To convert all .mkv videos in a folder with the terminal and reduce there size
In TouchDesigner Stream diffusion the Step
parameter defines how close the output is to the original input. The higher the step value the closer it tries to go towards the orginal input.
If you want something really abstract you want values between 10-15
Also using a Feedback as the input for Stream Diffusion makes the transition smoother.
If you add some noise as background or multiply your input into sd with noise you get more detail. If you animate the noise it keeps the output moving a bit all the time.
Always try your feedback loops with 16bit or 32bit so your feedback comes back to true black after time.
If you have multiple radio buttons inside a component and you want to access the current value of the radio value via scripting you can use op('parentName').panel.radio