Hi there:
Here is the code that I am trying to run andI am not getting the JobID after the submission
qubeJob = qb.Job()
qubeJob['name'] = job.sceneName
qubeJob['prototype'] = 'cmdrange'
qubeJob['package'] = {'cmdline' : jobCommandLine,
'range' : job.frames,
'frameCount' : 5,
'renderNode' : 'Render',
'script' : job.scene,
}
qubeJob['agenda'] = qb.genframes(qubeJob['package']['range'])
jobId = qb.submit(qubeJob)
print jobId
I get None ..?
Thanks and much appreciated
/Biju