Chaos Corona Forum

Chaos Corona for Cinema 4D => [C4D] General Discussion => Topic started by: gr4ph0s on 2016-04-16, 16:21:59

Title: Corona API
Post by: gr4ph0s on 2016-04-16, 16:21:59
I have developped a plugin for adding automaticly the multipass stored in object directly into the render setting for native c4d / VrayC4d / Arnold / Octane. And I would like to support corona too but i'm not able to do it. So is their a way to get the API for c4d?
If you wanna to see it just check this video :

My plugin is in python but as I understand all pass are c4d.BaseList2D object but I don't know where to insert them since the Corona Multi-Pass, baseList2D have no child...

Thanks in advance :)
Title: Re: Corona API
Post by: Ales on 2016-04-20, 11:29:21
Hi,
right now list of passes is not exposed anywhere, but I will be doing some changes in A6 in the way Corona handles and stores multipass. There are still some minor details I am yet to decide, but the result should be similar to what you want - Corona Multipass VP will have passes stored in BaseList2D nodes. This change should happen during a week or two - I will let you know when it is done.
Title: Re: Corona API
Post by: gr4ph0s on 2016-04-20, 12:09:40
Thanks for the message, I gonna look at this when it's will be released ! :)