From ea163580863896d59b28907492631eb81ba28ae4 Mon Sep 17 00:00:00 2001 From: Stephen Crowe Date: Wed, 10 Jul 2024 09:02:18 -0700 Subject: [PATCH 1/3] docs: add Mac install instructions Signed-off-by: Stephen Crowe --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cb447ac..1ba5a23 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,15 @@ This library requires: This package provides a KeyShot plugin script that creates jobs for AWS Deadline Cloud using the [AWS Deadline Cloud client library][deadline-cloud-client]. Based on the loaded scene it determines the files required, allows the user to specify render options with KeyShot's render interface, and builds an [OpenJD template][openjd] that defines the workflow. -### Using the KeyShot Submitter - -1. `pip install deadline[gui]` -2. Copy or link the file `deadline-cloud-for-keyshot/keyshot_submitter/Submit to AWS Deadline Cloud.py` to the KeyShot scripts folder. - - e.g. Local install: `%USERPROFILE%/Documents/KeyShot/Scripts` - - e.g. System install `%PROGRAMFILES%/KeyShot/Scripts` +### Installing and using the KeyShot Submitter + +1. Run `pip install deadline[gui]` +2. Copy the file `deadline-cloud-for-keyshot/keyshot_submitter/Submit to AWS Deadline Cloud.py` to the KeyShot scripts folder for your OS: + - Window (choose one): + - User scripts folder: `%USERPROFILE%/Documents/KeyShot/Scripts` + - System-wide scripts folder: `%PROGRAMFILES%/KeyShot/Scripts` + - Mac: `/Library/Application Support/KeyShot12/` + - You can navigate to this folder by going to Finder, clicking the menu for Go -> Go to Folder, and typing in `/Library/Application Support/KeyShot12/`. 3. Launch KeyShot. The submitter can be launched within KeyShot from `Window > Scripting Console > Scripts > Submit to AWS Deadline Cloud > Run` ## Adaptor From 0560c0f3ba7150d1badc6697f0f0875fc7ac1221 Mon Sep 17 00:00:00 2001 From: Stephen Crowe Date: Wed, 10 Jul 2024 09:12:49 -0700 Subject: [PATCH 2/3] add keyshot 2024 Mac path Signed-off-by: Stephen Crowe --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ba5a23..fff56f0 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ This package provides a KeyShot plugin script that creates jobs for AWS Deadline - Window (choose one): - User scripts folder: `%USERPROFILE%/Documents/KeyShot/Scripts` - System-wide scripts folder: `%PROGRAMFILES%/KeyShot/Scripts` - - Mac: `/Library/Application Support/KeyShot12/` - - You can navigate to this folder by going to Finder, clicking the menu for Go -> Go to Folder, and typing in `/Library/Application Support/KeyShot12/`. + - Mac: `/Library/Application Support/KeyShot12/` or `/Library/Application Support/KeyShot/` depending on your version of Keyshot. + - You can navigate to the folder by going to Finder, clicking the menu for Go -> Go to Folder, and typing in the folder path. 3. Launch KeyShot. The submitter can be launched within KeyShot from `Window > Scripting Console > Scripts > Submit to AWS Deadline Cloud > Run` ## Adaptor From 8271ae69501db02d2631cb9dccbbb33a420bc099 Mon Sep 17 00:00:00 2001 From: Stephen Crowe Date: Wed, 10 Jul 2024 09:53:57 -0700 Subject: [PATCH 3/3] fix typo Signed-off-by: Stephen Crowe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fff56f0..87c25ef 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This package provides a KeyShot plugin script that creates jobs for AWS Deadline 1. Run `pip install deadline[gui]` 2. Copy the file `deadline-cloud-for-keyshot/keyshot_submitter/Submit to AWS Deadline Cloud.py` to the KeyShot scripts folder for your OS: - - Window (choose one): + - Windows (choose one): - User scripts folder: `%USERPROFILE%/Documents/KeyShot/Scripts` - System-wide scripts folder: `%PROGRAMFILES%/KeyShot/Scripts` - Mac: `/Library/Application Support/KeyShot12/` or `/Library/Application Support/KeyShot/` depending on your version of Keyshot.