mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
renamed extract review repre name to thumbnail
This commit is contained in:
parent
c2e5f792f4
commit
a03bbc924a
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ class ExtractJpegEXR(pyblish.api.InstancePlugin):
|
|||
instance.data["representations"] = []
|
||||
|
||||
representation = {
|
||||
'name': 'jpg',
|
||||
'name': 'thumbnail',
|
||||
'ext': 'jpg',
|
||||
'files': jpegFile,
|
||||
"stagingDir": stagingdir,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue