mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
fix thumbnail component creation
This commit is contained in:
parent
6ca870870b
commit
4e3aa90cf0
1 changed files with 2 additions and 0 deletions
|
|
@ -188,6 +188,8 @@ class IntegrateFtrackInstance(pyblish.api.InstancePlugin):
|
|||
repre["stagingDir"], filename
|
||||
)
|
||||
|
||||
# Create copy of base comp item and append it
|
||||
component_item = copy.deepcopy(base_component_item)
|
||||
component_item["component_path"] = repre["published_path"]
|
||||
component_item["component_data"] = {
|
||||
"name": "thumbnail"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue