From 17dab30fb34bf67f4022dca11d303ea047f797f2 Mon Sep 17 00:00:00 2001 From: Jakub Jezek Date: Thu, 15 Oct 2020 09:38:58 +0200 Subject: [PATCH] feat(hiero): renaming plugin to be used by image sequence --- ...{extract_review_cutup_video.py => extract_review_cutup.py} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename pype/plugins/hiero/publish/{extract_review_cutup_video.py => extract_review_cutup.py} (99%) diff --git a/pype/plugins/hiero/publish/extract_review_cutup_video.py b/pype/plugins/hiero/publish/extract_review_cutup.py similarity index 99% rename from pype/plugins/hiero/publish/extract_review_cutup_video.py rename to pype/plugins/hiero/publish/extract_review_cutup.py index 868d450fd6..1890f13738 100644 --- a/pype/plugins/hiero/publish/extract_review_cutup_video.py +++ b/pype/plugins/hiero/publish/extract_review_cutup.py @@ -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"]