Versions Compared

Key

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

...

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)Render Job IDCancels a V-Ray Cloud job.vcloud job cancel --id=X8hC6Xg2cb8JeL5
job delete--id (required)Render Job IDDeletes a V-Ray Cloud job.vcloud job delete --id=X8hC6Xg2cb8JeL5
job download

--id (required)

--no-progress

--output (required)

Render Job ID

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)Render Job IDPauses a V-Ray Cloud job.vcloud job pause --id=X8hC6Xg2cb8JeL5
job rename

--id (required)

--title (required)

Render Job ID

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 fileOutputs 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 processingOutputs JPG image

Name of the rendering job

Do not display progress while submittingOutputs 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

--id (required)

--animation

--colorCorrectionsFile--exr

--frameRange

--frameStep

--height

--width

--ignoreWarnings--jpg

--name

--no-progress--png

--preserveAlpha

--project

--renderMode

--vr

Render Job ID

Renders animation instead of a single shot

Path to color corrections fileOutputs 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 processingOutputs JPG image

Name of the rendering job

Do not display progress while submittingOutputs 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)Render Job IDStarts a V-Ray Cloud job.vcloud job start --id=X40YITIaqtb_94E
job status--id (required)Render Job IDPrints 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

...