fix(global): slate was on even if render on farm

This commit is contained in:
Jakub Jezek 2020-03-25 18:07:12 +01:00
parent 369c4e484a
commit 9577c23624
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3

View file

@ -11,7 +11,9 @@ class ExtractReviewSlate(pype.api.Extractor):
label = "Review with Slate frame"
order = pyblish.api.ExtractorOrder + 0.031
families = ["slate"]
families = ["slate", "review"]
match = pyblish.api.Subset
hosts = ["nuke", "maya", "shell"]
optional = True