From f1684951add22720faa3bdc08f6dc73ce50d42ee Mon Sep 17 00:00:00 2001 From: Milan Kolar Date: Tue, 1 Jun 2021 00:25:15 +0200 Subject: [PATCH] rename tvpaint workfile collector --- openpype/hosts/tvpaint/plugins/publish/collect_workfile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpype/hosts/tvpaint/plugins/publish/collect_workfile.py b/openpype/hosts/tvpaint/plugins/publish/collect_workfile.py index d75ba617ca..b059be90bf 100644 --- a/openpype/hosts/tvpaint/plugins/publish/collect_workfile.py +++ b/openpype/hosts/tvpaint/plugins/publish/collect_workfile.py @@ -4,8 +4,8 @@ import pyblish.api from avalon import io -class CollectInstances(pyblish.api.ContextPlugin): - label = "Collect Workfile instance" +class CollectWorkfile(pyblish.api.ContextPlugin): + label = "Collect Workfile" order = pyblish.api.CollectorOrder - 1 hosts = ["tvpaint"]