- Deadline Version: 7.0.0.44 R (178863210)
FranticX Version: 2.1.0.0 R (1a4848b34) - Windows 7
- Hiero/Nuke Studio
- 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.