Skip to content

Commit

Permalink
Merge branch 'develop' into chore/remove_openpype_tile_assembler
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRoy authored Oct 3, 2024
2 parents f8fd678 + 87dcdf4 commit a4d2ab7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions client/ayon_deadline/repository/readme.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
--------------
Expand Down
2 changes: 1 addition & 1 deletion client/ayon_deadline/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Package declaring AYON addon 'deadline' version."""
__version__ = "0.3.1-dev.1"
__version__ = "0.3.1+dev"
2 changes: 1 addition & 1 deletion package.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "deadline"
title = "Deadline"
version = "0.3.1-dev.1"
version = "0.3.1+dev"

client_dir = "ayon_deadline"

Expand Down

0 comments on commit a4d2ab7

Please sign in to comment.