Page 1 of 3
New Reflect/Transmit AOVs
Posted: Fri Aug 21, 2020 10:53 am
by Dade
The limit of 32 AOV types has been lifted (we were at the cap) and the support for new Reflect/Transmit AOVs has been added:
DIRECT_DIFFUSE_REFLECT
DIRECT_DIFFUSE_TRANSMIT
DIRECT_GLOSSY_REFLECT
DIRECT_GLOSSY_TRANSMIT
INDIRECT_DIFFUSE_REFLECT
INDIRECT_DIFFUSE_TRANSMIT
INDIRECT_GLOSSY_REFLECT
INDIRECT_GLOSSY_TRANSMIT
INDIRECT_SPECULAR_REFLECT
INDIRECT_SPECULAR_TRANSMIT
They are the result of splitting reflections/transmissions of already available AOVs:
DIRECT_DIFFUSE = DIRECT_DIFFUSE_REFLECT + DIRECT_DIFFUSE_TRANSMIT
DIRECT_GLOSSY = DIRECT_GLOSSY_REFLECT + DIRECT_GLOSSY_TRANSMIT
INDIRECT_DIFFUSE = INDIRECT_DIFFUSE_REFLECT + INDIRECT_DIFFUSE_TRANSMIT
INDIRECT_GLOSSY = INDIRECT_GLOSSY_REFLECT + INDIRECT_GLOSSY_TRANSMIT
INDIRECT_SPECULAR = INDIRECT_SPECULAR_REFLECT + INDIRECT_SPECULAR_TRANSMIT
Re: New Reflect/Transmit AOVs
Posted: Fri Aug 21, 2020 7:29 pm
by Shantarli
This is great!
Re: New Reflect/Transmit AOVs
Posted: Sun Aug 23, 2020 9:17 am
by juangea
AWESOME!
I’ll test it ASAP
Still no Albedo things and such, right?
Re: New Reflect/Transmit AOVs
Posted: Sun Aug 23, 2020 10:39 am
by Dade
juangea wrote: Sun Aug 23, 2020 9:17 am
Still no Albedo things and such, right?
What do you mean ? What type of albedo ?
Re: New Reflect/Transmit AOVs
Posted: Sun Aug 23, 2020 3:10 pm
by juangea
The same kind of AOV’s as Cycles I mean:
Direct Diffuse / Indirect Diffuse / Diffuse Color (Albedo)

Re: New Reflect/Transmit AOVs
Posted: Sun Aug 23, 2020 3:25 pm
by Sharlybg
juangea wrote: Sun Aug 23, 2020 3:10 pm
The same kind of AOV’s as Cycles I mean:
Direct Diffuse / Indirect Diffuse / Diffuse Color (Albedo)
What about theses one ?
Re: New Reflect/Transmit AOVs
Posted: Sun Aug 23, 2020 4:48 pm
by Dade
juangea wrote: Sun Aug 23, 2020 3:10 pm
The same kind of AOV’s as Cycles I mean:
Direct Diffuse / Indirect Diffuse / Diffuse Color (Albedo)
But Albedo is constant, there is no direct/indirect difference

Re: New Reflect/Transmit AOVs
Posted: Sun Aug 23, 2020 6:23 pm
by juangea
Albedo is just diffuse color, but I also mean the Specular Direct/Specular Indirect/Specular Color, the AOV comporting workflow from Cycles, the one we talked about when we spoke about the OIDN Cycles workflow, I’m not sure if I’m explaining well

Re: New Reflect/Transmit AOVs
Posted: Sun Aug 23, 2020 6:25 pm
by juangea
Sharlybg wrote: Sun Aug 23, 2020 3:25 pm
juangea wrote: Sun Aug 23, 2020 3:10 pm
The same kind of AOV’s as Cycles I mean:
Direct Diffuse / Indirect Diffuse / Diffuse Color (Albedo)
What about theses one ?
AOVs.jpg
But those direct/indirect AOVs include color Albedo information right? Not like the ones in Cycles, right?
Sorry I don’t have the computer here to test it, maybe it’s already implemented and I missed it :S
Re: New Reflect/Transmit AOVs
Posted: Mon Aug 24, 2020 3:00 pm
by JulianoLisboa
Dade wrote: Fri Aug 21, 2020 10:53 am
rr.jpg
The limit of 32 AOV types has been lifted (we were at the cap) and the support for new Reflect/Transmit AOVs has been added:
DIRECT_DIFFUSE_REFLECT
DIRECT_DIFFUSE_TRANSMIT
DIRECT_GLOSSY_REFLECT
DIRECT_GLOSSY_TRANSMIT
INDIRECT_DIFFUSE_REFLECT
INDIRECT_DIFFUSE_TRANSMIT
INDIRECT_GLOSSY_REFLECT
INDIRECT_GLOSSY_TRANSMIT
INDIRECT_SPECULAR_REFLECT
INDIRECT_SPECULAR_TRANSMIT
They are the result of splitting reflections/transmissions of already available AOVs:
DIRECT_DIFFUSE = DIRECT_DIFFUSE_REFLECT + DIRECT_DIFFUSE_TRANSMIT
DIRECT_GLOSSY = DIRECT_GLOSSY_REFLECT + DIRECT_GLOSSY_TRANSMIT
INDIRECT_DIFFUSE = INDIRECT_DIFFUSE_REFLECT + INDIRECT_DIFFUSE_TRANSMIT
INDIRECT_GLOSSY = INDIRECT_GLOSSY_REFLECT + INDIRECT_GLOSSY_TRANSMIT
INDIRECT_SPECULAR = INDIRECT_SPECULAR_REFLECT + INDIRECT_SPECULAR_TRANSMIT
LOL Great. It will be very useful.