Skip to content

Commit

Permalink
Merge pull request #7 from BigRoy/bugfix/missing_settings_category
Browse files Browse the repository at this point in the history
Add missing settings category
  • Loading branch information
iLLiCiTiT authored Jul 9, 2024
2 parents bcbf25b + 56050cd commit d4d8ac5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class AfterEffectsSubmitDeadline(
families = ["render.farm"] # cannot be "render' as that is integrated
use_published = True
targets = ["local"]
settings_category = "deadline"

priority = 50
chunk_size = 1000000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class ValidateExpectedFiles(pyblish.api.InstancePlugin):
order = pyblish.api.ValidatorOrder
families = ["render"]
targets = ["deadline"]
settings_category = "deadline"

# check if actual frame range on render job wasn't different
# case when artists wants to render only subset of frames
Expand Down

0 comments on commit d4d8ac5

Please sign in to comment.