Versions Compared

Key

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

...

The tables below list all available flags and commands. All commands can be run with multiple tags.

CommandFlag(s)Flag meaningFunctionExamples

auth login

Logs in to V-Ray Cloud.

vcloud auth login
auth logoutLogs out of V-Ray Cloud.vcloud auth logout

eula

Prints out the EULA.

vcloud eula
job cancel--id (required)ID of render jobCancels a V-Ray Cloud job.vcloud job cancel --id=X8hC6Xg2cb8JeL5
job delete--id (required)ID of render jobDeletes a V-Ray Cloud job.vcloud job delete --id=X8hC6Xg2cb8JeL5
job download

--id (required)

--no-progress

--output (required)

ID of render job

Do not display progress when downloading

Path to output folder

Downloads outputs of a V-Ray Cloud job.vcloud job download --id=X8hC6Xg2cb8JeL5 --output="C:\Users\Me\Desktop"
job pause--id (required)ID of render jobPauses a V-Ray Cloud job.vcloud job pause --id=X8hC6Xg2cb8JeL5
job rename

--id (required)

--title (required)

ID of render job

The new title of the V-Ray Cloud job

Renames a V-Ray Cloud job.vcloud job rename --id=X8hC6Xg2cb8JeL5 --title="Marbles"
job submit

--sceneFile (required)

--animation

--colorCorrectionsFile

--exr

--frameRange

--frameStep

--height

--width

--ignoreWarnings

--jpg

--name

--no-progress

--png

--preserveAlpha

--project

--renderMode

--vr

Path to .vrscene file

Renders animation instead of a single shot

Path to color corrections file

Outputs EXR image

Frame range of the animation

Frame step of the animation

Height of the rendered image

Width of the rendered image

Ignore warnings in scene file processing

Outputs JPG image

Name of the rendering job

Do not display progress while submitting

Outputs PNG image

Preserve alpha channel of PNG output

Name of the rendering project

Specifies the render mode

Renders VR-enabled image

Submits a V-Ray scene to V-Ray Cloud.vcloud job submit --sceneFile="C:\Users\Me\Desktop\soccer.vrscene --exr --project="Project Cloud" --renderMode=progressive --width=1280 --height=720
job resubmit

--sceneFile (required)

--animation

--colorCorrectionsFile

--exr

--frameRange

--frameStep

--height

--width

--ignoreWarnings

--jpg

--name

--no-progress

--png

--preserveAlpha

--project

--renderMode

--vr

Path to .vrscene file

Renders animation instead of a single shot

Path to color corrections file

Outputs EXR image

Frame range of the animation

Frame step of the animation

Height of the rendered image

Width of the rendered image

Ignore warnings in scene file processing

Outputs JPG image

Name of the rendering job

Do not display progress while submitting

Outputs PNG image

Preserve alpha channel of PNG output

Name of the rendering project

Specifies the render mode

Renders VR-enabled image

Resubmits a V-Ray scene to V-Ray Cloud.vcloud job resubmit --sceneFile="C:\Users\Me\Desktop\soccer.vrscene --png --project="Chaosology" --renderMode=bucket --animation --frameRange=30 --ignoreWarnings
job start--id (required)ID of render jobStarts a V-Ray Cloud job.vcloud job start --id=X40YITIaqtb_94E
job status--id (required)ID of render jobPrints status info for a V-Ray Cloud job. 
project create

--name (required)

--default

Name of the project

Marks the project as default

Creates a new project.vcloud project create --name="Cloudy" --default
project delete--name (required)Name of the projectDeletes a project.vcloud project delete --name="Drains"
project listLists available projects.vcloud project list
project rename

--name (required)

--to (required)

Name of the project

The new name of the project

Renames a V-Ray Cloud project.vcloud project rename --name="Marbles" --to="Drains"
updateUpdates the V-Ray Cloud Client.vcloud update
versionPrints V-Ray Cloud Client version info.vcloud version
helpPrints command information.vcloud help; vcloud job help; vcloud job submit help

...