How to render multiple passes in Render Queue

The new preview allows for render passes, but I’m having a hard time actually getting them to render.

This is what I’m doing:
Rendering > Deferred Rendering > Deferred Renderer Data > Additional Post Process Materials > enable the material

My file output Format is: {sequence_name}.{frame_number}
I enable “Override Existing Output”

Yet when I render I only get the final image.

1 Like

I figured it out - for anyone interested:

You need to enable an “additional post process material” in the Deferred Rendering settings.

Then, in Output under “File Name Format” make sure to use the {render_pass} keyword somewhere in the filename, for example: “{render_pass}.{frame_number}”

Also facing some issues with render passes and EXR’s at the moment (might be a bug).

2 Likes