Merge branch '2.x/develop' into feature/686-standalonepublisher-editorial-from-image-sequences

This commit is contained in:
Jakub Jezek 2020-11-18 12:11:42 +01:00
commit 9cb288a9ab
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3
61 changed files with 3660 additions and 2708 deletions

View file

@ -18,7 +18,7 @@ class CollectInstanceData(pyblish.api.InstancePlugin):
label = "Collect instance data"
order = pyblish.api.CollectorOrder + 0.49
families = ["render", "plate"]
families = ["render", "plate", "review"]
hosts = ["standalonepublisher"]
def process(self, instance):

View file

@ -57,8 +57,9 @@ class ExtractThumbnailSP(pyblish.api.InstancePlugin):
elif is_jpeg:
# use first frame as thumbnail if is sequence of jpegs
staging_dir = thumbnail_repre.get("stagingDir")
full_thumbnail_path = os.path.join(staging_dir, file)
full_thumbnail_path = os.path.join(
thumbnail_repre["stagingDir"], file
)
self.log.info(
"For thumbnail is used file: {}".format(full_thumbnail_path)
)