Community
Hi, I'm looking for a way to list the connected imagers through the arnold API. How is this done currently? I can't see any imager-related parameter on the options node.
Any pointers would be appreciated!
Zeno
Gelöst! Gehe zur Lösung
Gelöst von Stephen.Blair. Gehe zur Lösung
imagers are connected via the input parameter on driver nodes and other imager nodes
driver_exr
{
name defaultArnoldDriver/driver_exr.RGBA
input "aiImagerLensEffects1"
filename "C:/Users/blairs/Documents/maya/projects/default/images/untitled.exr"
color_space ""
}
imager_lens_effects
{
name aiImagerLensEffects1
input "aiImagerColorCorrect1"
layer_selection "RGBA"
}
imager_color_correct
{
name aiImagerColorCorrect1
input "aiImagerExposure1"
layer_selection "RGBA"
}
imager_exposure
{
name aiImagerExposure1
input "aiImagerTonemap1"
layer_selection "RGBA"
}
imager_tonemap
{
name aiImagerTonemap1
input "aiImagerWhiteBalance1"
layer_selection "RGBA"
}Sie finden nicht, was Sie suchen? Fragen Sie die Community oder teilen Sie Ihr Wissen mit anderen.