Community
Arnold General Rendering Forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Find connected imagers through arnold API

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
zenop
283 Views, 2 Replies

Find connected imagers through arnold API

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

Tags (3)
Labels (3)
2 REPLIES 2
Message 2 of 3
Stephen.Blair
in reply to: zenop

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"
}




// Stephen Blair
// Arnold Renderer Support
Message 3 of 3
zenop
in reply to: zenop

Perfect, thanks Stephen.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report