From a39af9af6f3342a5bb1b5fce182c692baa7177e9 Mon Sep 17 00:00:00 2001 From: MustafaJafar Date: Thu, 3 Oct 2024 10:45:58 +0300 Subject: [PATCH 1/2] replace OpenPype with AYON --- client/ayon_deadline/repository/readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/client/ayon_deadline/repository/readme.md b/client/ayon_deadline/repository/readme.md index 1efe94c63e..19189001cc 100644 --- a/client/ayon_deadline/repository/readme.md +++ b/client/ayon_deadline/repository/readme.md @@ -1,4 +1,4 @@ -## OpenPype Deadline repository overlay +## AYON Deadline repository overlay This directory is an overlay for Deadline repository. It means that you can copy the whole hierarchy to Deadline repository and it @@ -17,14 +17,14 @@ These environment variables are injected into rendering process. Deadline triggers the `GlobalJobPreLoad.py` for each Worker as it starts the Job. -*Note*: It also contains backward compatible logic to preserve functionality -for old Pype2 and non-OpenPype triggered jobs. + Plugin ------ For each render and publishing job the `AYON` Deadline Plug-in is checked - for the configured location of the OpenPype executable (needs to be configured - in `Deadline's Configure Plugins > OpenPype`) through `GlobalJobPreLoad`. + for the configured location of the `AYON Launcher` executable (needs to be configured + in `Deadline's Configure Plugins > AYON`) through `GlobalJobPreLoad`. Unreal5 Plugin -------------- From 25c7e87fe04c184d011538cd394d70eddc0f5162 Mon Sep 17 00:00:00 2001 From: MustafaJafar Date: Thu, 3 Oct 2024 11:47:00 +0300 Subject: [PATCH 2/2] remove deprecated info --- client/ayon_deadline/repository/readme.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/client/ayon_deadline/repository/readme.md b/client/ayon_deadline/repository/readme.md index 19189001cc..631ba03fe5 100644 --- a/client/ayon_deadline/repository/readme.md +++ b/client/ayon_deadline/repository/readme.md @@ -16,9 +16,6 @@ These environment variables are injected into rendering process. Deadline triggers the `GlobalJobPreLoad.py` for each Worker as it starts the Job. - - Plugin ------