OP-4617 - added local targets

This plugin should run only on local (eg not no farm - no one to fill valu in UI).
This commit is contained in:
Petr Kalis 2023-01-24 14:29:00 +01:00
parent 9208b76f10
commit ff80b73de8

View file

@ -19,6 +19,7 @@ class CollectFramesFixDef(
"""
order = pyblish.api.CollectorOrder + 0.495
label = "Collect Frames to Fix"
targets = ["local"]
hosts = ["nuke"]
families = ["render", "prerender"]
enabled = True