Render Arnold .ass files on Deadline Cloud
The
arnold_standalone_render.ass (Arnold Scene Source) files using
the kick command-line renderer that ships with MtoA (Arnold for
Maya). Point it at a directory of .ass files with a naming
pattern, and it renders each frame as a separate task distributed across
workers. This sample is useful for batch rendering pre-exported Arnold scenes
without a full Maya session.
The bundle includes a sample cornell.0001.ass file in the
scene/ directory. You can also download additional learning
scenes from the
Autodesk
Arnold learning scenes page.ass files from
Maya. To automate the export step, use the
maya_arnold_ass_export_render
To run this bundle, you need:
-
A queue with the
kickbinary available through a queue environment. The bundle'sCondaPackagesparameter defaults tomaya-mtoa, which provideskick. On service-managed fleets, thedeadline-cloudconda channel provides this package. For a specific MtoA version, build a custom package with the maya-mtoa conda recipe. -
A Linux fleet associated with the queue. The job template specifies
attr.worker.os.family: linuxas a host requirement.
Submit the bundle:
deadline bundle submit arnold_standalone_render/ \ -p SceneDirectory=path-to-ass-files\ -p FilePattern=robot.####.ass\ -p Frames=1-100 \ -p OutputDir=./output