mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
renamed standalone publish plugins
This commit is contained in:
parent
caf78dee15
commit
35a82e3d6b
2 changed files with 5 additions and 5 deletions
|
|
@ -5,7 +5,7 @@ import pyblish.api
|
|||
import pype.api
|
||||
|
||||
|
||||
class ExtractThumbnail(pyblish.api.InstancePlugin):
|
||||
class ExtractThumbnailSP(pyblish.api.InstancePlugin):
|
||||
"""Extract jpeg thumbnail from component input from standalone publisher
|
||||
|
||||
Uses jpeg file from component if possible (when single or multiple jpegs
|
||||
|
|
@ -13,7 +13,7 @@ class ExtractThumbnail(pyblish.api.InstancePlugin):
|
|||
input file/s single jpeg to temp.
|
||||
"""
|
||||
|
||||
label = "Extract Thumbnail"
|
||||
label = "Extract Thumbnail SP"
|
||||
hosts = ["standalonepublisher"]
|
||||
order = pyblish.api.ExtractorOrder
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue