Chaos Corona Forum

Chaos Corona for 3ds Max => [Max] General Discussion => Topic started by: tony_morev on 2016-10-14, 20:25:59

Title: API/SDK for max?
Post by: tony_morev on 2016-10-14, 20:25:59
is there a publicly available API/SDK for max?
thanks!
Title: Re: API/SDK for max?
Post by: Ondra on 2016-10-15, 00:10:24
Inside 3dsmax we currently use just 3dsmax mechanisms - see:
https://corona-renderer.com/wiki/corona_shade_context
https://corona-renderer.com/wiki/maxscript

We also have standalone reader with published format spec, and NDA C++ API/SDK

are you interested in some specific exposed functionality?
Title: Re: API/SDK for max?
Post by: tony_morev on 2016-10-15, 00:18:20
Thank you Ondra! i'll ask again if anything specific comes up.
Right now we are trying to see if we can create some in-house hack for automatic exposure, but i haven't had our programmer look at it yet.
Title: Re: API/SDK for max?
Post by: Ondra on 2016-10-15, 00:19:59
oh, that should be doable - you can read the whole VFB with the maxscript function, and you can change Corona parameters with maxscript standard renderers.current.paramname = value
Title: Re: API/SDK for max?
Post by: tony_morev on 2016-10-15, 00:22:24
thanks!