fix(ppro): refactoring pype.jsx removing qe modul

This commit is contained in:
Jakub Jezek 2020-04-24 17:47:24 +02:00
parent 59029517b0
commit 9a77bb12aa
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3
3 changed files with 5734 additions and 338 deletions

View file

@ -1,3 +1,4 @@
import os
import pyblish.api
@ -75,7 +76,7 @@ class CollectClipRepresentations(pyblish.api.InstancePlugin):
'stagingDir': staging_dir,
'name': "thumbnail",
'thumbnail': True,
'ext': "png"
'ext': os.path.splitext(thumb)[-1].replace(".", "")
}
self.log.debug("representation: {}".format(thumb_representation))
instance.data["representations"].append(