Use this job bundle to create a V-Ray job to use with AWS Deadline Cloud.
Read more about job bundle and how to use it with AWS Deadline Cloud here.
Read more about how to customize this job bundle bellow
- Have V-Ray conda package host on a conda channel.
Read more about how to create V-Ray conda package here - Have a sample
.vrsceneand its dependencies files. The Chaos ENVISION documentation samples include vrscene files as part of Sample Scene 01.
To submit using a GUI submission dialog, run this command:
$ deadline bundle gui-submit vray_renderTo submit one of the Chaos ENVISION sample files from the CLI, run commands like:
$ SAMPLE_DIR=/path/to/sample
$ deadline bundle submit vray_render \
-p VraySceneFile="$SAMPLE_DIR"/Building.vrscene \
-p InputAssetDir="$SAMPLE_DIR"/Building.data- All available customization flags could be found on Chaos guide to tailor this job bundle
- Sample command line for V-Ray could be found on Chaos example