AWS Thinkbox Discussion Forums

Hiero/Nuke Studio Retimed Clips

  1. Deadline Version: 7.0.0.44 R (178863210)
    FranticX Version: 2.1.0.0 R (1a4848b34)
  2. Windows 7
  3. Hiero/Nuke Studio
  4. If I retime a clip, using the Deadline submitter will submit the wrong frame range. I retimed my clip to 200% and it ends up rendering a lot more frames than it should. I was able to fix this by changing:
startFrame, endFrame = self.outputRange(ignoreRetimes=True, clampToSource=False)

to

startFrame = initDict['startFrame'] endFrame = initDict['endFrame']

in SubmitHieroToDeadline.py.

This is also a bug in Deadline 6, but I noticed it still exists in Deadline 7.

Thanks! We’ll get that fixed.

Cheers,
Ryan

Privacy | Site terms | Cookie preferences