I'm a noob Blender user but a long time 3DS Max user.
I have set up render passes to be saved as separate EXR file.
All passes render out and saved in the correct place when test rendering within Blender.
However, because Blender does not support frame range rendering (e.g. frame 0-100 then 200-300), I was forced to use command line to do this. This is where the problem begins.
When using command line rendering, all frames are rendered but the AO, DiffInd, & GlossInd pass wont save.
I suspect this was due to the denoise node.
It seems command line rendering is buggy when used with denoiser node?
I'm a noob with command line but this is what I used...
blender.exe -b "[file destination]" -s 0 -e 90 -a -s 140 -e 230 -a
Any ideas?
