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. For the recipe, see V-Ray conda recipe
on the GitHub website. -
A sample
.vrscenefile and its dependencies. For sample scenes, see Sample Sceneson the Chaos website. Sample Scene 01 in the ENVISION documentation includes .vrscenefiles.
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
V-Ray
Standalone Command Line Options