Missing "shell" host for farm publishing.

This commit is contained in:
Toke Jepsen 2019-07-29 19:39:21 +01:00
parent b274983085
commit 3aced28e3d
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ class ExtractBurnin(pype.api.Extractor):
label = "Quicktime with burnins"
order = pyblish.api.ExtractorOrder + 0.03
families = ["review", "burnin"]
hosts = ["nuke", "maya"]
hosts = ["nuke", "maya", "shell"]
optional = True
def process(self, instance):

View file

@ -19,7 +19,7 @@ class ExtractReview(pyblish.api.InstancePlugin):
label = "Extract Review"
order = pyblish.api.ExtractorOrder + 0.02
families = ["review"]
hosts = ["nuke", "maya"]
hosts = ["nuke", "maya", "shell"]
def process(self, instance):
# adding plugin attributes from presets