mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
rename extract output to extract sequence
This commit is contained in:
parent
36e914e16d
commit
88fbf6b10b
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ import pyblish.api
|
|||
from avalon.tvpaint import pipeline, lib
|
||||
|
||||
|
||||
class ExtractOutput(pyblish.api.Extractor):
|
||||
label = "Extract Output"
|
||||
class ExtractSequence(pyblish.api.Extractor):
|
||||
label = "Extract Sequence"
|
||||
hosts = ["tvpaint"]
|
||||
families = ["review", "renderPass", "renderLayer"]
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue