mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
rename tvpaint workfile collector
This commit is contained in:
parent
acd9fe861a
commit
f1684951ad
1 changed files with 2 additions and 2 deletions
|
|
@ -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"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue