mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
changed "filesequence" target to "farm"
This commit is contained in:
parent
6e127d273c
commit
4b8dd165d2
4 changed files with 6 additions and 4 deletions
|
|
@ -21,7 +21,8 @@ class CollectRenderedFiles(pyblish.api.ContextPlugin):
|
|||
|
||||
"""
|
||||
order = pyblish.api.CollectorOrder - 0.2
|
||||
targets = ["filesequence"]
|
||||
# Keep "filesequence" for backwards compatibility of older jobs
|
||||
targets = ["filesequence", "farm"]
|
||||
label = "Collect rendered frames"
|
||||
|
||||
_context = None
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@ class ValidateFileSequences(pyblish.api.ContextPlugin):
|
|||
"""Validates whether any file sequences were collected."""
|
||||
|
||||
order = pyblish.api.ValidatorOrder
|
||||
targets = ["filesequence"]
|
||||
# Keep "filesequence" for backwards compatibility of older jobs
|
||||
targets = ["filesequence", "farm"]
|
||||
label = "Validate File Sequences"
|
||||
|
||||
def process(self, context):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue