mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix(nks): plugin should be in extract order.. previous was for testing
This commit is contained in:
parent
77d3611b9f
commit
aa0ae99daa
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ import pype
|
|||
class ExtractReviewCutUpVideo(pype.api.Extractor):
|
||||
"""Cut up clips from long video file"""
|
||||
|
||||
# order = api.ExtractorOrder
|
||||
order = api.CollectorOrder + 0.1023
|
||||
order = api.ExtractorOrder
|
||||
# order = api.CollectorOrder + 0.1023
|
||||
label = "Extract Review CutUp Video"
|
||||
hosts = ["nukestudio"]
|
||||
families = ["review"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue