mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #4779 from ynput/bugfix/OP-5543_DV-Resolve-integration
This commit is contained in:
commit
0019ff6f7d
1 changed files with 3 additions and 1 deletions
|
|
@ -87,7 +87,9 @@ class CollectOtioReview(pyblish.api.InstancePlugin):
|
|||
otio_review_clips.append(otio_gap)
|
||||
|
||||
if otio_review_clips:
|
||||
instance.data["label"] += " (review)"
|
||||
# add review track to instance and change label to reflect it
|
||||
label = instance.data.get("label", instance.data["subset"])
|
||||
instance.data["label"] = label + " (review)"
|
||||
instance.data["families"] += ["review", "ftrack"]
|
||||
instance.data["otioReviewClips"] = otio_review_clips
|
||||
self.log.info(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue