Author Topic: API/SDK for max?  (Read 3242 times)

2016-10-14, 20:25:59

tony_morev

  • Active Users
  • **
  • Posts: 37
    • View Profile
is there a publicly available API/SDK for max?
thanks!

2016-10-15, 00:10:24
Reply #1

Ondra

  • Administrator
  • Active Users
  • *****
  • Posts: 9048
  • Turning coffee to features since 2009
    • View Profile
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?
Rendering is magic.How to get minidumps for crashed/frozen 3ds Max | Sorry for short replies, brief responses = more time to develop Corona ;)

2016-10-15, 00:18:20
Reply #2

tony_morev

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

2016-10-15, 00:19:59
Reply #3

Ondra

  • Administrator
  • Active Users
  • *****
  • Posts: 9048
  • Turning coffee to features since 2009
    • View Profile
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
Rendering is magic.How to get minidumps for crashed/frozen 3ds Max | Sorry for short replies, brief responses = more time to develop Corona ;)

2016-10-15, 00:22:24
Reply #4

tony_morev

  • Active Users
  • **
  • Posts: 37
    • View Profile
thanks!