Skip to content

Commit

Permalink
Address comments for installer to track menu.py
Browse files Browse the repository at this point in the history
Signed-off-by: Haejung Choi <chaejung@amazon.com>
  • Loading branch information
Haejung Choi committed Sep 9, 2024
1 parent 80bd8be commit 3c45457
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ This library requires:

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

### Getting Started
```sh
$ pip install deadline-cloud-for-nuke -t target-directory

$ set NUKE_PATH=target-directory-path/deadline/nuke_submitter
```

After installation, within the same terminal, run `.\Nuke<version>.exe` to run Nuke. The Nuke submitter should be available in the AWS Deadline menu.

## Adaptor

The Nuke Adaptor implements the [OpenJD][openjd-adaptor-runtime] interface that allows render workloads to launch Nuke and feed it commands. This gives the following benefits:
Expand Down
2 changes: 1 addition & 1 deletion install_builder/deadline-cloud-for-nuke.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<fnAddPathEnvironmentVariable>
<progressText>Setting NUKE_PATH</progressText>
<name>NUKE_PATH</name>
<value>${nuke_installdir}\deadline\nuke_submitter</value>
<value>${nuke_installdir}/deadline/nuke_submitter</value>
<scope>${installscope}</scope>
<insertAt>end</insertAt>
</fnAddPathEnvironmentVariable>
Expand Down

0 comments on commit 3c45457

Please sign in to comment.