I've a hip file with a dop which doesn't recook as it should when I change certain node parameters upstream.
In order to make it work I need to bypass on and off the dop network manually,
OR perform in a Python shell:
hou.node('/obj/dop_version/dopnet1').cook(True)
Is there a way I can attach this Python code to the a parameter in a node, so that when I change the parameter content, the code gets executed ?
Alessandro