mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Restore "published_path" backwards compatibility for IntegrateFtrackInstance on Farm
This commit is contained in:
parent
8fffc60b50
commit
177e83ec8b
1 changed files with 1 additions and 0 deletions
|
|
@ -532,6 +532,7 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
# Store first transferred destination as published path data
|
||||
# todo: can we remove this?
|
||||
published_path = transfers[0][1]
|
||||
repre["published_path"] = published_path # Backwards compatibility
|
||||
|
||||
# todo: `repre` is not the actual `representation` entity
|
||||
# we should simplify/clarify difference between data above
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue