Hello!
I'm trying to test the Arnold toon shader in Gaffer. The documentation states that in order to use the toon shader:
To view the toon edge you must change the Filter Type (sampling settings) to Contour. Note that increasing the Contour Filter Width (Sampling settings) value will increase render times.
I checked the ArnoldOptions node and didn't see the filter option there.
Another post had said we could use the CustomOptions node. Does anyone know how to set this? I've tried searching the Arnold documentation for the name of the option to set and can't find it.
I generated a .ass file from houdini with the option set and this is what I found in the file:
contour_filter
{
name /out/arnold1:contour_filter
width 2
}
I tried this in the CustomOptions node, but I'm not sure if this is correct:
ai:contour_filter {width 2}
Is there a way to generate a .ass file to see what output?
thanks!