mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
AY-745 - explicit carry over of DL meta for AbstractCollectRender
AbstractCollectRender changes from original instance to `RenderInstance`, DL metadata must be propagated.
This commit is contained in:
parent
eca34a912b
commit
abfcd8b2e7
2 changed files with 2 additions and 0 deletions
|
|
@ -146,6 +146,7 @@ class CollectAERender(publish.AbstractCollectRender):
|
|||
if "review" in instance.families:
|
||||
# to skip ExtractReview locally
|
||||
instance.families.remove("review")
|
||||
instance.deadline = inst.data.get("deadline")
|
||||
|
||||
instances.append(instance)
|
||||
instances_to_remove.append(inst)
|
||||
|
|
|
|||
|
|
@ -113,6 +113,7 @@ class CollectFusionRender(
|
|||
if "review" in instance.families:
|
||||
# to skip ExtractReview locally
|
||||
instance.families.remove("review")
|
||||
instance.deadline = inst.data.get("deadline")
|
||||
|
||||
# add new instance to the list and remove the original
|
||||
# instance since it is not needed anymore
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue