mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Add comment
This commit is contained in:
parent
6733df77f1
commit
c95c9f92b9
1 changed files with 2 additions and 0 deletions
|
|
@ -577,6 +577,8 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
transfers = [(src, dst)]
|
||||
|
||||
for key in self.db_representation_context_keys:
|
||||
# Also add these values to the context even if not used by the
|
||||
# destination template
|
||||
value = template_data.get(key)
|
||||
if not value:
|
||||
continue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue