diff --git a/client/ayon_deadline/repository/readme.md b/client/ayon_deadline/repository/readme.md index 1efe94c63e..631ba03fe5 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 @@ -16,15 +16,12 @@ 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 -------------- diff --git a/client/ayon_deadline/version.py b/client/ayon_deadline/version.py index 3e91887dce..4bf9c9897f 100644 --- a/client/ayon_deadline/version.py +++ b/client/ayon_deadline/version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- """Package declaring AYON addon 'deadline' version.""" -__version__ = "0.3.1-dev.1" +__version__ = "0.3.1+dev" diff --git a/package.py b/package.py index b595913cf3..8eefad300a 100644 --- a/package.py +++ b/package.py @@ -1,6 +1,6 @@ name = "deadline" title = "Deadline" -version = "0.3.1-dev.1" +version = "0.3.1+dev" client_dir = "ayon_deadline"