blog

Welcome to Qarnot Cloud
Discover our work, our latest news, and tips
to optimize your computation

go to qarnot.com
< Back

Maya x V-Ray on Qarnot Cloud – documentation


by Ariane Robineau - October 5, 2021 - 3D
Maya x V-Ray on Qarnot Cloud – documentation

Introduction

Maya is a very known 3D modeller from Autodesk. V-Ray for Maya is a photorealistic rendering engine proposed by Chaos Group.

Versions

Maya V-Ray versions adapted on Qarnot:

Maya versions V-Ray versions Qarnot profiles
2022 5, Update 2, Version 5.20.00 maya-2022-vray-52000
2022 5, Update 1.2, Version 5.10.22 maya-2022-vray-51022
2020 5 maya-2020-vray-5
2020 4.3 maya-2020-vray-4.3
2019 5 maya-2019-vray-5
2019 4.3 maya-2019-vray-4.3
2018 4.3 maya-2018-vray-4.3

If you are interested in another version, please send us an email at qlab@qarnot.com.

Starting a render

Please ensure that you have created a Qarnot account here.
Maya V-Ray sample files can be found here. Please note that it needs to be unzipped before it can be used on Qarnot.

Uploading data

Before starting a render, data needs to be uploaded to a bucket named maya-vray-in that will be used for the render.
It can be done with different methods:

  1. Using a web interface, no code required:
    Create the bucket in Render’s bucket section and upload your data using the “Upload” button.
  2. Using a S3 tool to download directly from your computer a large amount of data, no code required:
    Use one of the S3 tools presented here.
  3. Using Python functions to allow integration to an existing pipeline:
    Use the Python SDK functions in the render script (add_directory, sync_directory, …).

Note: using one of the tools presented in S3 Data methods is strongly recommended, especially for large volumes of data.

Using the web interface

The 3D-tailored web interface Render can be used to start Maya V-Ray renders.
A video tutorial is available here (the video is about Blender renders, but the principle is the same for Maya V-Ray renders).

Using the Python SDK

Before starting a render with the Python SDK, a few steps are required:

  • Retrieve the authentication token (here)
  • Install Qarnot’s Python SDK (here)

Note: in addition to the Python SDK, Qarnot provides C# and Node.js SDKs and a Command Line.
Once everything is set up, the following script needs to be used to start the render.

Be sure you have copied your authentication token in the script (instead of <<<MY_SECRET_TOKEN>>>) to be able to launch the task on Qarnot.

maya-vray.py

To launch this script, simply copy the following code in a Python script and execute python3 maya-vray.py in your terminal.

Note: when one of the previous task constants is not filled, it will take the value contained by default in the file.

Monitoring and downloading results

At any given time, you can monitor the status of your task on the general web interface Console or on our 3D-tailored web interface Render.
The results will be stored in the maya-vray-out bucket and can be retrieved with three methods:

Support

That’s it! If you have any questions, please contact qlab@qarnot.com and we will help you with pleasure!

comments

Leave a Reply

Your email address will not be published.