vrscene Exporter in 3ds max Vray SDK C++

Do we have vrayExportRTScene equivalent in Vray 3dsMax SDK C++ or some alternative to export vrscene files via c++ sdk ?

Hello,

Unfortunately there is no other way yet.

Best regards,
Yavor

You can call MaxScript functions from C++ - there should be an example for that in the 3ds Max SDK documentation.

Best regards,
Vlado

Yes, I am doing the same(calling maxscript function from C++). But its taking time to export multiple views and hides my plugin’s UI while exporting. That’s why asking native C++ way.

I see. Will make a note to add a C++ function for it.

Best regards,
Vlado

Thanks Vlado.That will really help.

Looking forward to have c++ function to do vrscene export. Definitely it will save time