Skip to main content

The submitter and adaptor to enable Nuke support for AWS Deadline Cloud

Project description

pypi python license

AWS Deadline Cloud for Nuke

AWS Deadline Cloud for Nuke is a python package that allows users to create AWS Deadline Cloud jobs from within Nuke. Using the Open Job Description (OpenJD) Adaptor Runtime this package also provides a command line application that adapts Nuke's command line interface to support the OpenJD specification.

Compatibility

This library requires:

  1. Nuke 15,
  2. Python 3.9 or higher; and
  3. Linux, Windows, or a macOS operating system.

Submitter

This package provides a Nuke plugin that creates jobs for AWS Deadline Cloud using the AWS Deadline Cloud client library. Based on the loaded comp it determines the files required, allows the user to specify render options, and builds an OpenJD template that defines the workflow.

Getting Started

To install the submitter manually, you can use pip.

For Windows,

pip install deadline-cloud-for-nuke -t %USERPROFILE%/deadline-cloud-for-nuke

For Linux and MacOS:

pip install deadline-cloud-for-nuke -t ~/deadline-cloud-for-nuke

Please note that target directory is ~/deadline-cloud-for-nuke in Mac/Linux or C:\Users\username/deadline-cloud-for-nuke in Windows in the example, but you can choose any other directories that you'd prefer.

For Windows,

set NUKE_PATH=%NUKE_PATH%;%USERPROFILE%/deadline-cloud-for-nuke/deadline/nuke_submitter

For Linux and MacOS:

export NUKE_PATH=${NUKE_PATH}:~/deadline-cloud-for-nuke/deadline/nuke_submitter

After installation and within the same terminal, run Nuke<version> executable. The Nuke submitter should now be available in the AWS Deadline menu.

For Mac, Nuke executable will be somewhere in /Applications/Nuke15.0v4/Nuke15.0v4.app/Contents/MacOS directory.

NOTE: If you want the submitter available outside of this shell, consider using NUKE_PATH as an environment variable rather than a shell variable.

Adaptor

The Nuke Adaptor implements the OpenJD interface that allows render workloads to launch Nuke and feed it commands. This gives the following benefits:

  • a standardized render application interface,
  • sticky rendering, where the application stays open between tasks,
  • path mapping, that enables cross-platform rendering

Jobs created by the submitter use this adaptor by default.

Getting Started

The adaptor can be installed by the standard python packaging mechanisms:

$ pip install deadline-cloud-for-nuke

After installation it can then be used as a command line tool:

$ nuke-openjd --help

For more information on the commands the OpenJD adaptor runtime provides, see here.

Versioning

This package's version follows Semantic Versioning 2.0, but is still considered to be in its initial development, thus backwards incompatible versions are denoted by minor version bumps. To help illustrate how versions will increment during this initial development stage, they are described below:

  1. The MAJOR version is currently 0, indicating initial development.
  2. The MINOR version is currently incremented when backwards incompatible changes are introduced to the public API.
  3. The PATCH version is currently incremented when bug fixes or backwards compatible changes are introduced to the public API.

Security

See CONTRIBUTING for more information.

Telemetry

See telemetry for more information.

License

This project is licensed under the Apache-2.0 License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

deadline_cloud_for_nuke-0.18.5.tar.gz (34.8 kB view details)

Uploaded Source

Built Distribution

deadline_cloud_for_nuke-0.18.5-py3-none-any.whl (45.0 kB view details)

Uploaded Python 3

File details

Details for the file deadline_cloud_for_nuke-0.18.5.tar.gz.

File metadata

File hashes

Hashes for deadline_cloud_for_nuke-0.18.5.tar.gz
Algorithm Hash digest
SHA256 2387dfe02da878f3d30e216d48554b6f10f96aba7eb2c5a169c6991914d60527
MD5 9c93a8f573eb3ec994c552b9d45323cf
BLAKE2b-256 f63bff56da2183ed521f0ce27a257dd3d9f11a7d1a7157d2ab87f0d6d6b6181d

See more details on using hashes here.

File details

Details for the file deadline_cloud_for_nuke-0.18.5-py3-none-any.whl.

File metadata

File hashes

Hashes for deadline_cloud_for_nuke-0.18.5-py3-none-any.whl
Algorithm Hash digest
SHA256 2fea1a2bdbb90e483e9600930440f58c7f91c83c0873ea369d21aef86f31cd20
MD5 eba30f7f0f05a42604843a5a82a6691f
BLAKE2b-256 4cfcaa3f8989ab7b9be7dd6cfe140d36fbb878f0ce96edc0949b0a0fad937147

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page