Apply to workfile family - like other hosts do

This commit is contained in:
Roy Nieterau 2022-09-27 12:01:11 +02:00
parent 3a952d5038
commit 00d9aa216b

View file

@ -11,7 +11,7 @@ class FusionIncrementCurrentFile(pyblish.api.ContextPlugin):
label = "Increment current file"
order = pyblish.api.IntegratorOrder + 9.0
hosts = ["fusion"]
families = ["render.farm"]
families = ["workfile"]
optional = True
def process(self, context):