mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge remote-tracking branch 'origin/develop' into feature/AY-5235_Delivery-Farm-Publishing
This commit is contained in:
commit
0a994be791
32 changed files with 1075 additions and 989 deletions
|
|
@ -71,15 +71,16 @@ class ExtractOTIOReview(
|
|||
# TODO: convert resulting image sequence to mp4
|
||||
|
||||
# get otio clip and other time info from instance clip
|
||||
# TODO: what if handles are different in `versionData`?
|
||||
handle_start = instance.data["handleStart"]
|
||||
handle_end = instance.data["handleEnd"]
|
||||
otio_review_clips = instance.data.get("otioReviewClips")
|
||||
|
||||
if otio_review_clips is None:
|
||||
self.log.info(f"Instance `{instance}` has no otioReviewClips")
|
||||
return
|
||||
|
||||
# TODO: what if handles are different in `versionData`?
|
||||
handle_start = instance.data["handleStart"]
|
||||
handle_end = instance.data["handleEnd"]
|
||||
|
||||
# add plugin wide attributes
|
||||
self.representation_files = []
|
||||
self.used_frames = []
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@ class ExtractThumbnail(pyblish.api.InstancePlugin):
|
|||
"nuke",
|
||||
"aftereffects",
|
||||
"unreal",
|
||||
"houdini",
|
||||
"circuit",
|
||||
]
|
||||
enabled = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue