How to access advanced section in IRay render settings?
tshaq80_752a50b069
Posts: 35
Trying to access the Render to Canvas checkbox and the Node List. I tried Rob's sample for finding properties in the render settings, but had no luck. Is there something special about the advanced tab?
Comments
What you are looking you may find it in App.getRenderMgr().getRenderElementObjects(), which gives an array with two elements(objects), "General Render" and "NVIDIA Iray Render Options". The latter happens to be an instance of the DzIrayPropertyHolder class, which holds the advanced properties you're after.
Awesome, I'll try this. Thanks Jag!