Hi,
I try to run a python script on the Post render script on a File Cache node to make shure the node data gets updated when passing to the text node( I'm having this problem when doing a chain of fetchs in a rop ) ..
I add this on the script box ... execfile("$JOB/scripts/reload.py") ... and check Python lenguaje , and the script has this :
import hou
hou.parm("reload").pressButton()
iis not working, what I'm doing wrong?