mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix(ppro): refactoring pype.jsx removing qe modul
This commit is contained in:
parent
59029517b0
commit
9a77bb12aa
3 changed files with 5734 additions and 338 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue