I'm trying to export the scene to vrscene format but the file never saves.
This is the command that Im using:
And I cant debug it since there is no error, its just the file not being saved.
This happens when I run 3dsmax from command line like this:
But if I run the vrayExportVRScene in normal 3dsmax it exports fine.
Does anyone have some idea, or how to get a more detailed log on why vrscene is not written to disk.
This is the command that Im using:
Code:
vrayExportVRScene "c:\\max\\temp.vrscene" startFrame:0 endFrame:32
This happens when I run 3dsmax from command line like this:
Code:
3dsmax.exe -q -silent -mip -mxs "script code goes here"
Does anyone have some idea, or how to get a more detailed log on why vrscene is not written to disk.
Comment