Page History
...
Here's an example command line for Maya 2018 2024 on Windows that loads a Maya scene file called called myScene.ma
located in C:\scenes and exports it to myVRScene.vrscene in the same directory without rendering.
...
Code Block | ||||
---|---|---|---|---|
| ||||
"C:\Program Files\Autodesk\Maya2018Maya2024\bin\Render.exe" -r vray -exportFileName "C:\scenes\myVRScene.vrscene" -noRender "C:\scenes\myScene.ma" |
...
Open a V-Ray Standalone command prompt from Start menu > All programs > Chaos Group > V-Ray Adv for Maya NNNN > V-Ray Standalone command prompt. This will run V-Ray Standalone and will display all the available options. For example, to render an already exported .vrscene file from frames 0 to 10, use this command:
...