typo(plugins): removing EXR from extract_quicktime

This commit is contained in:
Jakub Jezek 2019-04-10 15:25:11 +02:00
parent cd21de060b
commit 30fa666f91

View file

@ -15,7 +15,7 @@ class ExtractQuicktimeEXR(pyblish.api.InstancePlugin):
publish the shading network. Same goes for file dependent assets.
"""
label = "Extract Quicktime EXR"
label = "Extract Quicktime"
order = pyblish.api.ExtractorOrder
families = ["imagesequence", "render", "write", "source"]
hosts = ["shell"]