Fix Cycles denoising depth pass missing in compositor

This commit is contained in:
Brecht Van Lommel 2021-10-31 21:59:21 +01:00
parent 6bc54cddfb
commit cedc80c08d
1 changed files with 1 additions and 0 deletions

View File

@ -233,6 +233,7 @@ def list_render_passes(scene, srl):
if crl.denoising_store_passes:
yield ("Denoising Normal", "XYZ", 'VECTOR')
yield ("Denoising Albedo", "RGB", 'COLOR')
yield ("Denoising Depth", "Z", 'VALUE')
# Custom AOV passes.
for aov in srl.aovs: