mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #2258 from pypeclub/bugfix/OP-1974_Missing-thumbnails-after-standalonepublishing
This commit is contained in:
commit
3ab75c95d7
1 changed files with 2 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ class CollectInstanceResources(pyblish.api.InstancePlugin):
|
|||
})
|
||||
|
||||
# exception for mp4 preview
|
||||
if ".mp4" in _reminding_file:
|
||||
if ext in ["mp4", "mov"]:
|
||||
frame_start = 0
|
||||
frame_end = (
|
||||
(instance_data["frameEnd"] - instance_data["frameStart"])
|
||||
|
|
@ -255,6 +255,7 @@ class CollectInstanceResources(pyblish.api.InstancePlugin):
|
|||
"step": 1,
|
||||
"fps": self.context.data.get("fps"),
|
||||
"name": "review",
|
||||
"thumbnail": True,
|
||||
"tags": ["review", "ftrackreview", "delete"],
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue