Page 1 of 1
Capture to Custom AOV Node in C4D?
Posted: Fri Jan 21, 2022 11:44 am
by ceen
Hi,
in this AOVs tut for Oct/Blender he shows a node to render out a texture as AOV pass (from min 4:00 on):
https://www.youtube.com/watch?v=LCZz9yYcDBE
Is there a Capture to Custom AOV Node in C4D? Or a similar workflow?
Re: Capture to Custom AOV Node in C4D?
Posted: Fri Jan 21, 2022 5:57 pm
by jayroth2020
Textures and other material attributes can be used in an AOV composite via Capture to Custom AOV texture nodes (Node Editor > Tex > Custom Texture). The idea is to write the input texture to the specified Custom AOV and pass the input texture value through to the destination of the capture texture node. An "override" texture can also be specified which will be written to the Custom AOV instead. The input texture is still what is passed through to the destination. This is useful if you either want to do some additional processing of the input texture before it's written to the Custom AOV or to just record some other texture, whenever the input texture gets evaluated.
Re: Capture to Custom AOV Node in C4D?
Posted: Fri Jan 21, 2022 6:09 pm
by jayroth2020
The image below shows the Capture AOV node in use:
In the nodegraph itself:
And this image is a possible result (main render on the left, output of the Custom AOV on the right):
Re: Capture to Custom AOV Node in C4D?
Posted: Tue Jan 25, 2022 2:57 pm
by ceen
Thank you!
Re: Capture to Custom AOV Node in C4D?
Posted: Tue Jan 25, 2022 6:19 pm
by jayroth2020
You're welcome!
Re: Capture to Custom AOV Node in C4D?
Posted: Mon Feb 07, 2022 3:59 pm
by ceen
Hi,
I try to add an AOV from a poly selection as a custom B/W mask. The material is an emissive material in blackbody mode. Capture AOV node seems not to be able to be connected with a blackbody node?
Is that possible other than using cryptomatte?