renamed extract review repre name to thumbnail

This commit is contained in:
iLLiCiTiT 2019-11-20 18:33:00 +01:00
parent c2e5f792f4
commit a03bbc924a

View file

@ -69,7 +69,7 @@ class ExtractJpegEXR(pyblish.api.InstancePlugin):
instance.data["representations"] = []
representation = {
'name': 'jpg',
'name': 'thumbnail',
'ext': 'jpg',
'files': jpegFile,
"stagingDir": stagingdir,