We are seeing a bug here. I am not sure if it is coming from Deadline or from Houdini/V-Ray
Problem: When we submit a sequence to deadline, all the frames are written over top of frame 0001. So when the render is finished, we only have one EXR.
Replication: Submit a render job to Deadline.
Observations: the OutputFilename parameter seems to be having the <frame04> token replaced with "0001"
You can see an old job that works fine here:

And here is a new job where the token seems to be missing and it doesn't render to a sequence correctly:

Environment:
Windows 10
Houdini 18.5.672 Py3
vray_adv_51020_houdini18.5.672_ff45c2b_16483
Deadline Repository Version: 10.1.18.4 (c8ded2b7a)
Workaround:
In the file:
paste this line after line 519:
Problem: When we submit a sequence to deadline, all the frames are written over top of frame 0001. So when the render is finished, we only have one EXR.
Replication: Submit a render job to Deadline.
Observations: the OutputFilename parameter seems to be having the <frame04> token replaced with "0001"
You can see an old job that works fine here:
And here is a new job where the token seems to be missing and it doesn't render to a sequence correctly:
Environment:
Windows 10
Houdini 18.5.672 Py3
vray_adv_51020_houdini18.5.672_ff45c2b_16483
Deadline Repository Version: 10.1.18.4 (c8ded2b7a)
Workaround:
In the file:
Code:
[FONT=Arial] [/FONT]C:\Program Files\Chaos Group\V-Ray\Houdini 18.5.672\vfh_home\scripts\python\vfh\vfh_deadline. py
Code:
self.imageFile = self.imageFile.replace(".0001.", ".<frame04>.")
Comment