I’m working on a small animation/film, I will render the frames out as PNG then sequence them together. How do I use the cryptomatte/render passes feature on this animation because when I add an image strip, all of the passes/cryptomatte are gone. Thanks,
Asked
Active
Viewed 334 times
1 Answers
0
Png does not work with cryptomatte, as it requires a 32bit float precision which PNG can not provide. You must use EXR in float32bit !
Blender will save out either a OpenEXR or OpenEXR multilayer. If you want all layers in one EXR file per frame, choose the multipayer option.
If you wish to save out multiple EXR per pass (Diffuse, Specular, Crypto ..) you must do via the Compositor "File Output" Node.
Apparently Blender will not render out multiple passes as EXR unless from inside the compositor. See also this answer here: Save all render passes to EXR image?
Mdkai
- 281
- 1
- 6
Keep in mind that cryptomatte can be very memory intensive, as it grows with the possible data shown.
– Mdkai Feb 26 '21 at 21:55