Author Topic: Corona API  (Read 3221 times)

2016-04-16, 16:21:59

gr4ph0s

  • Active Users
  • **
  • Posts: 7
    • View Profile
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 :)

2016-04-20, 11:29:21
Reply #1

Ales

  • Corona Team
  • Active Users
  • ****
  • Posts: 207
    • View Profile
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.

2016-04-20, 12:09:40
Reply #2

gr4ph0s

  • Active Users
  • **
  • Posts: 7
    • View Profile
Thanks for the message, I gonna look at this when it's will be released ! :)