Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

-numThreads=nnn – Sets the number of rendering threads. The default is 0 - automatic number of threads.

-profilerMode=0/1/2 –  Specifies –  Specifies the mode of the V-Ray Profiler:

...

The default is 0 - disabled.

-profilerFile="fileName" –  Specifies profilerOutputDir=\directoryPath\ - Specifies the output file directory for the V-Ray Profiler results. If the file name parameter is empty or the parameter is omitted, a new file will be created in the  the OS's default temp directory is used.

 

Input Files

...

-sceneFile="filename.vrscene" – Specifies the scene file to render.

...

-remapPathFile="remapFile.xml" – Specifies path to an XML file with path remapping data. Alternatively, the VRAY_PATH_REMAP_FILEPATH environment variable can be used to specify the path to the XML file (see the V-Ray Standalone Environment Variables page for more information). Example file:

Code Block
<RemapPaths>
    <RemapItem>
        <From>Z:/export</From>
        <To>/mnt/export</To>
    </RemapItem>
</RemapPaths>

...