mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
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:
parent
9208b76f10
commit
ff80b73de8
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue