mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #260 from tokejepsen/2.x/bugfix/validate_ftrack_attributes
Ignore standalone host.
This commit is contained in:
commit
735f550419
1 changed files with 15 additions and 0 deletions
|
|
@ -37,6 +37,21 @@ class ValidateFtrackAttributes(pyblish.api.InstancePlugin):
|
|||
order = pype.api.ValidateContentsOrder
|
||||
families = ["ftrack"]
|
||||
optional = True
|
||||
# Ignore standalone host, because it does not have an Ftrack entity
|
||||
# associated.
|
||||
hosts = [
|
||||
"blender",
|
||||
"fusion",
|
||||
"harmony",
|
||||
"houdini",
|
||||
"maya",
|
||||
"nuke",
|
||||
"nukestudio",
|
||||
"photoshop",
|
||||
"premiere",
|
||||
"resolve",
|
||||
"unreal"
|
||||
]
|
||||
|
||||
def process(self, instance):
|
||||
context = instance.context
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue