hey guys,
does anyone know of a script to enable and disable the bypass flag on an operator?
cheers
blake
hey guys,
does anyone know of a script to enable and disable the bypass flag on an operator?
cheers
blake
Hi Blake,
You can do this with a line of python:
op('operator_name').bypass = 1
Check out the Python reference for the OP Class - there are lots of other things you can reference and update the same way! [url]http://www.derivative.ca/wiki088/index.php?title=OP_Class[/url]
Nic
Thanks heaps I will go have a read though it all
I’m not really sure why you want to script the bypass flag, but if it is the case that sometimes you want a different cooking path, then you may want to set up both paths and change them using a Switch OP. The bypass flag is better for interactive use when you are building your networks.
Have a look at the wiki page for cooking if you haven’t seen it before.