From ff80b73de875a26d4d787d06e55825dc0879ad72 Mon Sep 17 00:00:00 2001 From: Petr Kalis Date: Tue, 24 Jan 2023 14:29:00 +0100 Subject: [PATCH] OP-4617 - added local targets This plugin should run only on local (eg not no farm - no one to fill valu in UI). --- openpype/plugins/publish/collect_frames_fix.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openpype/plugins/publish/collect_frames_fix.py b/openpype/plugins/publish/collect_frames_fix.py index 413cbfe978..fdaa810897 100644 --- a/openpype/plugins/publish/collect_frames_fix.py +++ b/openpype/plugins/publish/collect_frames_fix.py @@ -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