This directory contains a conda build recipe for KeyShot 2025.2, configured for use with AWS Deadline Cloud. The package runs KeyShot 3D visualization and rendering jobs on Deadline Cloud service-managed fleets.
- Application: KeyShot 2025.2
- Supported Platforms: win-64
- Source: KeyShot installer executable
- License: Commercial
- Build Tool: conda-build
Before building this package, ensure you have:
-
AWS Deadline Cloud infrastructure set up with:
- A farm configured for package building
- A queue named "Package Build Queue" (or specify with
-qoption) - Windows-64 fleet for building Windows packages
-
Deadline Cloud CLI installed on your workstation
-
Source archive Download the Keyshot Studio installer
-
Keyshot account for downloading Keyshot installer
-
KeyShot license for rendering operations. Available through Deadline Cloud Usage-Based Licensing
See the AWS Deadline Cloud licensing documentation for detailed guidance on license configuration. KeyShot requires proper licensing configuration for rendering operations.
- KeyShot headless executable is available as
keyshot_headless.batin the conda environment - Registry configuration ensures proper resource discovery in headless mode
- GPU acceleration may be beneficial for complex rendering tasks
To adapt this recipe for KeyShot 2024 or 2026:
-
Update Version Information
# In recipe/meta.yaml {% set version_partial = "2026" %} {% set version_minor = "1" %} # In deadline-cloud.yaml sourceArchiveFilename: keyshot-2026.1-windows_x86_64.exe
-
Update Source Archives
- Download new version installer from Luxion
- Update SHA256 hash in
meta.yaml - Update source filename in
deadline-cloud.yaml
-
Check Dependencies
- Review system requirements for new version
- Test compatibility with existing materials and plugins
- Update minimum Windows version if required
-
Update Build Scripts
- Check for changes in installation directory structure
- Verify registry key paths haven't changed
- Update executable names if changed
- Registry Changes: Registry key paths may change between versions
- Installation Structure: Directory layout may be reorganized
- Plugin API Changes: Plugin interfaces may be incompatible
- License Changes: Licensing requirements may change
keyshot-2025/
├── README.md # This file
├── deadline-cloud.yaml # Deadline Cloud configuration
└── recipe/
├── meta.yaml # Conda package metadata
├── bld.bat # Windows build script
└── run_test.py # Optional test script
- KeyShot Documentation: https://www.keyshot.com/resources/
- KeyShot Scripting: https://manual.keyshot.com/manual/scripting-2/
- AWS Deadline Cloud Developer Guide: https://docs.aws.amazon.com/deadline-cloud/latest/developerguide/
- Conda Build Documentation: https://docs.conda.io/projects/conda-build/
- KeyShot Network Rendering: https://www.keyshot.com/network-rendering/
This recipe is configured for KeyShot 2025.2 on Windows x86_64 platforms. The build process handles registry configuration for headless rendering environments and creates appropriate wrapper scripts for command-line access.