feat(global): rename burnin plugin

This commit is contained in:
Jakub Jezek 2020-02-01 00:17:38 +01:00
parent de93ef648e
commit 3a09ff2059
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3

View file

@ -16,7 +16,7 @@ class ExtractBurnin(pype.api.Extractor):
`tags` including `burnin`
"""
label = "Quicktime with burnins"
label = "Extract burnins"
order = pyblish.api.ExtractorOrder + 0.03
families = ["review", "burnin"]
hosts = ["nuke", "maya", "shell"]