vrayMeshExport

Hi,

it is possible to get the “Folder” via maxScript?
and the other new function?

Thomas

By default this is the 3ds Max “Export” folder, unless the user changed it for the current 3ds Max session.

Best regards,
Vlado

Thanks Vlado :wink:

is there no way to change this via Script? like the “VRay mesh export” Dialog?

Thomas

I think that if you specify a path along with the file name passed to the vrayMeshExport() function, it will use that path.

Best regards,
Vlado

Thanks again,

my first try with “vrayMeshExport meshFile:“c:\theFile.vrmesh”” don’t work.
It works now, no idea what was wrong before

Thomas

In MaxScript strings, you need to either use double backward slash, e.g. “c:\\theFile.vrmesh”, or one forward slash, e.g. “c:/theFile.vrmesh”.

Best regards,
Vlado

Many thanks again Vlado,
any tipps for the new function? “Export animation”,“Frame range”?
But it is not urgent

Thomas

The animation parameters are not added to the vrayMeshExport function, but I’ve made a note to add them.

Best regards,
Vlado