feat(hiero): renaming plugin to be used by image sequence

This commit is contained in:
Jakub Jezek 2020-10-15 09:38:58 +02:00
parent f24f998305
commit 17dab30fb3
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3

View file

@ -3,12 +3,12 @@ from pyblish import api
import pype
class ExtractReviewCutUpVideo(pype.api.Extractor):
class ExtractReviewCutUp(pype.api.Extractor):
"""Cut up clips from long video file"""
order = api.ExtractorOrder
# order = api.CollectorOrder + 0.1023
label = "Extract Review CutUp Video"
label = "Extract Review CutUp"
hosts = ["hiero"]
families = ["review"]