Rhino to vrscene then to Max

Hi all

Can I export Rhino files to vrscene, then import into Max? If so, which version of VRay for Rhino introduced this functionality?

In 2.0:

There is the command visSetExportVRScene. Run this command to set the export path, and then render. The vrScene is exported once the render is created, you do not need to wait for render to finish.

The Release V-Ray For Rhino 3:

We added two new commands visExportVRScene and visExportRTVRScene. visExportVRScene prompts for filename and writes out a vrscene in one step. This command can also be found in the V-Ray drop down menu. A render cannot be running prior to running visExportVRScene. visExportRTVRScene allows you to export a render currently running in interactive mode. As long as the render is running it will correctly export the vrscene, if the render has finished, no data will be written out.