This job template allows you to render Redshift scenes using the standalone redshiftCmdLine.exe executable that comes with Cinema 4D 2025. The template is designed for Windows systems only and uses the Redshift command line renderer directly. Cinema4D is used because the deadline-cloud conda channel includes it along with the redshift CLI renderer.
This template demonstrates how to create an AWS Deadline Cloud job template for rendering with Redshift's standalone command line executable. The template:
- Installs Cinema 4D 2025 via conda package (which includes Redshift)
- Configures Windows host requirements
- Uses redshiftCmdLine.exe directly for rendering
- Windows operating system
- Redshift compatible GPU
- Cinema 4D 2025 conda package (cinema4d=2025) with Redshift included
- Valid Redshift scene file (.rs)
- SceneFile: The Redshift scene file (.rs) to render (default: jet.rs)
- OutputDir: Directory where the rendered output will be saved (default: ./output)
- Width: The width of the rendered image (default: 1920)
- Height: The height of the rendered image (default: 1080)
- CondaPackages: Conda package for Cinema 4D 2025 (default: cinema4d=2025)
Redshift scene files (.rs) can be created by:
- Creating a scene in Cinema 4D with Redshift materials and lighting
- Exporting the scene as a Redshift scene file (.rs)
- Use
deadline bundle gui-submit redshift-2025and select your Redshift scene file as a job parameter - Adjust render resolution and output directory as needed
- Submit the job to a queue with an associated Windows GPU fleet with access to a cinema4d=2025 conda package and Redshift licensing 4a. A Deadline Cloud Windows GPU service-managed fleet will work with no further configuration necessary
The template uses redshiftCmdLine.exe with these parameters:
<scene_file>: Input Redshift scene file (.rs)-ores <width>x<height>: Set render resolution-oip <output_directory>: Output directory path
The template uses the Redshift command line executable at:
%CONDA_PREFIX%\cinema4d\RedshiftData\bin\redshiftCmdLine.exe
This path is automatically resolved when the Cinema 4D conda package is installed.
The included SimpleCubec4d.rs file is a sample Redshift scene created by the Deadline Cloud team for testing.
# Submit with default parameters
deadline bundle submit .
# Submit with custom parameters
deadline bundle submit . -p Width=1280 -p Height=720 -p SceneFile=MyScene.rs