mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
feat(resolve): publishing wip
This commit is contained in:
parent
f59f7bb398
commit
1f65c27c1b
7 changed files with 211 additions and 45 deletions
|
|
@ -446,12 +446,17 @@ class PublishClip:
|
|||
else:
|
||||
self.tag_data["asset"] = self.ti_name
|
||||
|
||||
self.track_item = lib.create_compound_clip(
|
||||
lib.create_compound_clip(
|
||||
self.track_item_data,
|
||||
self.tag_data["asset"],
|
||||
self.mp_folder
|
||||
)
|
||||
|
||||
# add track_item_data selection to tag
|
||||
self.tag_data.update({
|
||||
"track_data": self.track_item_data["track"]
|
||||
})
|
||||
|
||||
# create pype tag on track_item and add data
|
||||
lib.imprint(self.track_item, self.tag_data)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue