Render V-Ray standalone scenes on Deadline Cloud
The
vray_render
To run this bundle, you need:
-
A V-Ray conda package hosted on a conda channel. Use the V-Ray conda recipe
in the samples repository to build the package. -
A sample
.vrscenefile and its dependencies. The Chaos ENVISION documentation samplesinclude .vrscenefiles in Sample Scene 01.
Submit the bundle with the GUI submitter:
deadline bundle gui-submit vray_render
Or submit a Chaos ENVISION sample from the CLI:
SAMPLE_DIR=path-to-sampledeadline bundle submit vray_render \ -p VraySceneFile="$SAMPLE_DIR"/Building.vrscene \ -p InputAssetDir="$SAMPLE_DIR"/Building.data
For all customization options, see the Chaos
V-Ray
Standalone Command Line Options