Community
Arnold for Houdini Forum
Rendering with Arnold in Houdini and Solaris using the HtoA plug-in.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Query ar_picture parameter

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

Query ar_picture parameter

I need to get the .exr output path, but I'm not sure how to retrieve that in a houdini session.


When kicking .ass it's on the filename parameter of the exr_driver. However in a houdini session, we deal with the houdini_driver instead. It's also not on the options node.


I see the parameter is called ar_picture. Where can I access this information through the arnold api? I'm not sure which node holds this data in the ROP?


Thanks

Zeno

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

Hi Zeno

ar_picture is an HtoA parameter, so you won't get it through the Arnold API

HtoA will translate that to an entry in the options.output array.

If the AOVs are going to separate files, there will be parameters like ar_aov_separate_file1


In Houdini, with Python, you would get it like this:

import hou
rop = hou.selectedNodes()[0]
rop.parm('ar_picture')




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

Gotcha, this is what I feared.

Okay, will have to find a different route in that case. Thanks for the quick answer.

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

Post to forums  

Autodesk Design & Make Report