Announcement

Collapse
No announcement yet.

Deadline file output name bug?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Deadline file output name bug?

    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:
    Click image for larger version  Name:	deadlineGOOD.png Views:	0 Size:	57.1 KB ID:	1124243
    And here is a new job where the token seems to be missing and it doesn't render to a sequence correctly:
    Click image for larger version  Name:	deadlineBAD.png Views:	0 Size:	40.5 KB ID:	1124242

    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
    paste this line after line 519:
    Code:
    self.imageFile = self.imageFile.replace(".0001.", ".<frame04>.")
    Last edited by Dubbie99; 07-09-2021, 07:05 PM.

  • #2
    Wondering if anyone else is seeing this issue?

    Comment

    Working...
    X