mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
OP-3481 - simple creators fill 'source' key
Source filepats used to fill source value used later in Ftrack note or version in DB.
This commit is contained in:
parent
5d0e68385e
commit
0047ca458c
1 changed files with 2 additions and 0 deletions
|
|
@ -45,6 +45,8 @@ class CollectSettingsSimpleInstances(pyblish.api.InstancePlugin):
|
|||
"files": filenames
|
||||
})
|
||||
|
||||
instance.data["source"] = filepaths
|
||||
|
||||
self.log.debug("Created Simple Settings instance {}".format(
|
||||
instance.data
|
||||
))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue