You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 59 Next »

This page provides information on the process of submitting render jobs to Chaos Cloud.

 

Overview


You can submit render jobs to Chaos Cloud either directly from your host 3D platform through the Chaos Cloud Client or manually through any command line interface.

Chaos Cloud requires the installation of the Chaos Cloud Client application. For more information, see the Installation of Chaos Cloud Client page.

If you add a new version of a job that you have already submitted to Chaos Cloud, its upload is much quicker than the initial upload. Chaos Cloud compares every new job to the existing ones, and if there is a match, the client app uploads only the changes. The new job data is visible only from the account it was uploaded from and does not affect the project. This is useful when you make a new iteration of an existing scene. That is why it is useful to keep your jobs in Chaos Cloud while you are still working on them.

 

Submitting Render Jobs Through Host Applications


Depending on the platform you use, there is a Render in Chaos Cloud button that automatically sends and loads the scene in Chaos Cloud.

For more information on how to run a render job on Chaos Cloud from V-Ray for Maya, click here.

For more information on how to run a render job on Chaos Cloud from V-Ray for 3ds Max, click here.

For more information on how to run a render job on Chaos Cloud from V-Ray for Modo, click here.

For more information on how to run a render job on Chaos Cloud from V-Ray for Revit,click here.

For more information on how to run a render job on Chaos Cloud from V-Ray for SketchUp, click here .

For more information on how to run a render job on Chaos Cloud from V-Ray for Rhino, click here.

For more information on how to run a render job on Chaos Cloud from V-Ray for Blender, click here.

Once the scene is successfully analyzed, you have to finalize some of the settings of the render job before it starts rendering in Chaos Cloud.

 

 

The output image types that you are able to download by rendering in Chaos Cloud are JPG and the file type you have specified in the settings of your scene. These settings are customized in the 3D application you use for designing your scene. If you don’t specify anything in the 3D application, Chaos Cloud generates an EXR image beside the JPG one.

When ready, click the Submit button. When you are presented with the following message your render job is submitted successfully and it will start rendering in the cloud.

 

 

Clicking on View Job redirects you to the Projects tab of Chaos Cloud. There you can monitor the status of your render jobs, download them, organize them in projects, resubmit, or delete them. For more detailed information on these topics, see the Managing render jobs in Chaos Cloud page.

If there are free resources in the cloud, Chaos Cloud will start rendering your job immediately. If there are no free resources, your job will join a queue and will start rendering automatically when resources become available.

Submitting Render Jobs Through the Chaos Cloud Standalone Application


Jobs can also be submitted easily through the Standalone Chaos Cloud application in one of two ways. To do so, you will first need to have your scene exported as a .vrscene file from your host platform.

1). Navigate to the location of ccloud.exe or ccloud and launch it:

Windows – %appdata%\Chaos Group\Cloud\Client\ccloud.exe
macOS –
/Applications/ChaosGroup/Cloud/Client/ccloud
Linux $HOME/.ChaosGroup/vcloud/client/ccloud.bin


Chaos Cloud will automatically start in your web browser and prompt you to submit a .vrscene file.

 

 

Use Chaos Cloud interface to locate the .vrscene file on your local drive. The button shows the contents of the previous folder, whereas the buttons change the way items are listed.

When you select a .vrscene file for rendering, you will be presented with the Submit Job window from the previous section. Set the final render settings and click Submit.

 

2). The Chaos Cloud Client Application also integrates with Windows context menu upon installation. If you are using Windows OS, you can submit jobs directly by right-clicking on a .vrscene file.

 

 

This method only works if the Chaos Cloud Client App is the default application associated with .vrscene files. If you can't see the command, it might be because some other software is set as the default one.

Submitting Render Jobs Through the Chaos Cloud Application (Command Line)  


Another way of submitting jobs through the Chaos Cloud Application is by using command line interface. To do so, run the following command with ccloud or ccloud.exe:

ccloud job submit --sceneFile="path to .vrscene file"


This command will only work if you have selected a project as your Default Project from the web-interface of Chaos Cloud. If you haven't, then the project name must also be specified, with the addition of the following command:

ccloud job submit --sceneFile="path to .vrscene file" --project="name of Chaos Cloud Project"

Keep in mind that ccloud is not added automatically to the system path. You need to navigate to its location, depending on the OS of your choice. By default:

Windows – %appdata%\Chaos Group\Cloud\Client\ccloud.exe
macOS –
/Applications/ChaosGroup/Cloud/Client/ccloud
Linux – $HOME/.ChaosGroup/vcloud/client/ccloud.bin


This is one of the possible ways of operating Chaos Cloud through command line interface. For a full list of commands, see Managing render jobs in Chaos Cloud or run the "help" command with ccloud or ccloud.exe.

Table of Contents