On 19/03/2014 at 13:33, xxxxxxxx wrote:
Working with render settings, I cannot figure out how to send information to the renderer settings. I am trying to get this to work with Vray and Octane. I can drag and drop the settings into the Script manager and the name of the attribute appears such like:
[c4d.VP_VRAYBRIDGE_DISP]
or
VrayBridge[c4d.VP_VRAYBRIDGE_DISP]
However if i use GetActiveRenderData with the code
RDATA[c4d.VP_VRAYBRIDGE_DISP]
Then I get 'obj has no attribute'
How can I get and set renderer render settings?
Thanks in advance!