I need a rawcolor AOV (extraImagePlane as it's called in Houdini) - just raw basecolor rgb values from my principledshader as if it's a flat constant colour.
I figured I just need to add ‘basecolor’ as an extra image plane. But it's just coming out black. I've even gone into the PrincipledShader, found the export bind for ‘basecolor’ and switched export>Always, but still comes out black.
Anyone know what I need to do to get basecolor ExtraImagePlane working?
Hi I got this to work setting an extra image plane to vector type and export_basecolor in the VEX variable, which is pretty much the same as choosing it from the drop down menu. I find I need to stop and restart the render to get it to kick in sometimes.