I have a simple pre render script in my output rop that pushes a button on a node elsewhere in the file. “hou.parm('/obj/collision_geo/collision/execute').pressButton()” is the code, and I have tried it with a semicolon at the end as well. The command works when I render the file using the background render or in the gui, or through a hython .bat file (i'm on windows). However when I submit via HQueue the command does not seem to run.
Is there something extra that needs to be done in order for this to work ?