Versions Compared

Key

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

...

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

-include="includePath{;includePath}" – Specifies path(s) for include files. More than one -include options can be specified.

-remapPath="fromPath=toPath{;fromPath=toPath}" – Specifies – Specifies path remapping pair. More than one -remapPath option can be specified.

...

Code Block
-parameterOverride="SettingsImageSampler::type=3"
-parameterOverride="TexFresnel::fresnel_ior=1.3"
-parameterOverride="VRayMtl1@diffuse.color=Color(1.0,0.2,1.0)"
-parameterOverride="VRayMtl2@diffuse.color_tex=checker1"

-camera="<sceneName>" – Specifies which camera should be used for rendering with multiple cameras. The name should correspond to the camera settings scene_name parameter. Examples (where InteriorCamera, ExteriorCamera, and VRayCam001 are names of existing cameras in the same vrscene file):

Code Block
-camera="InteriorCamera" 
-camera="ExteriorCamera" 
-camera="VRayCam001"

Render Output

...

-imgFile="<path>/fileName.<extension>" – Writes the resulting image to the given file. If the file name is empty, no image will be written. Alternatively, files can be saved without using this option in cmd if path (img_dir) and filename (img_file) are defined in the .vrscene output settings content.

...