mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Change label name.
This commit is contained in:
parent
d636a4144d
commit
78c7081915
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ import shutil
|
|||
class ExtractThumbnail(pyblish.api.InstancePlugin):
|
||||
"""Create jpg thumbnail from sequence using ffmpeg"""
|
||||
|
||||
label = "Extract Jpeg EXR"
|
||||
label = "Extract Thumbnail"
|
||||
order = pyblish.api.ExtractorOrder
|
||||
families = [
|
||||
"imagesequence", "render", "render2d",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue