Hi All
I’m trying to make use of the AppendJobFrameRange() function with Deadline 7.1.2.1 to add frames to a job but it doesn’t seem to do anything.
Here’s my test script:
[code]import Deadline.DeadlineConnect as Connect
deadline = Connect.DeadlineCon(‘127.0.0.1’, ‘8080’)
append = deadline.Jobs.AppendJobFrameRange(‘5592a96fbb943d2ea0f46150’, [51, 52])
print append[/code]
When I run it it returns ‘Success’, however the job remains unchanged with the original frame range.
Is this a bug or am I misunderstanding the AppendJobFrameRange function?
Cheers