AWS Thinkbox Discussion Forums

Unreal Engine Job Dropping Last Frame

When Submitting a job to render an Unreal Engine sequence the last frame is not rendered.
This means, if you set 100 frames per task, each 100th frame is dropped.

Is there an existing fix?

UE 4.27
Deadline 10.1.20.3

Updated Unreal Engine Plugin

Repo/10.1/plugins/UnrealEngine/

$ diff UnrealEngine.py UnrealEngine.py.old
63c63
<         arguments.append( '-MovieEndFrame={0}'.format( self.GetEndFrame() + 1 ) )
---
>         arguments.append( '-MovieEndFrame={0}'.format( self.GetEndFrame() ) )
2 Likes
Privacy | Site terms | Cookie preferences