On 07/07/2014 at 01:48, xxxxxxxx wrote:
Hello,
I'm trying to get some infos on the active rendersettings - what's activated and what not. The problem with that is that those settings are in VrayBridge. If I pull anything from VrayBridge into the console then I get the code but cannot do anything with it.
example: > doc = documents.GetActiveDocument()
rd = doc.GetActiveRenderData().GetData()
print rd[c4d.VP_VRAYBRIDGE_SPLITON]
just returns "None". Should return 0 or 1 (VrayBridge is the active renderer).
Greetings!
_Edit:
If I hit Enter, then of course the console prints it out right:
[OK] VrayBridge[c4d.VP_VRAYBRIDGE_SPLITON]
0
_