Deadline Render Pipeline
Load shot data from Prism, configure render settings per shot, submit Mantra/Arnold jobs to Deadline with correct frame ranges, and collect all job IDs for monitoring.
Graph Preview
Execution Flow
Query Prism for all shots in current project
ForEach iterates over each shot entry
Open associated .hip or .ma scene file
Apply shot frame range and camera settings
Build Deadline job plugin info and submit
Collect all job IDs for monitoring
Node Breakdown
Integrations
Tags
Source
vfx_workflows/04_deadline_render_pipeline.json
Production VFX pipeline workflow (nodes + connections)
Related Examples
Browse all →Prism Multi-Asset Publisher
intermediateBatch-publish multiple assets to Prism Pipeline in a single execution: iterate over an asset name list, validate each entry, create versioned Prism products, and return published vs failed counts.
Houdini SOP Chain
intermediateCreate a Houdini geo container, clear defaults, wire a Box SOP into a PolyExtrude SOP, set all parameters, and cook the network — entirely over the live JSON-RPC bridge.
Maya Asset Publish Pipeline
advancedFull Maya-to-Prism asset publish: open a Maya scene via headless subprocess, export Alembic cache, create a Prism product version, submit a Deadline render job, and log the job ID.