mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
feat(hiero): renaming plugin to be used by image sequence
This commit is contained in:
parent
f24f998305
commit
17dab30fb3
1 changed files with 2 additions and 2 deletions
|
|
@ -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"]
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue