hi dravid,
SAT haven't any error message by no output file, so i try pass out the sbsrender_render return code. And i alway run the same operations on the same file, but some time the result is 0 or 3221225477
This is my sbsrender_render command
result = batchtools.sbsrender_render(inputs=os.path.join(_outputCookPath, _outputName+'.sbsar'),
input_graph=_inputGraphPath,
input_graph_output= _outputGraph,
output_path=_outputRenderPath,
output_format=_outputFormat,
output_name=_outputName,
engine='d3d10pc',
set_value='$outputsize@%s,%s' % (_outputSize,_outputSize),
memory_budget=30000).wait()
print(result)
Cheers,
Sum