mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 17:04:54 +01:00
fix on updating metadata of ftrack componet
This commit is contained in:
parent
1fae4704f1
commit
2e3c3e78ae
1 changed files with 5 additions and 0 deletions
|
|
@ -380,6 +380,11 @@ class FtrackComponentCreator:
|
|||
).first()
|
||||
|
||||
if component_entity:
|
||||
# Adding metadata
|
||||
existing_component_metadata = component_entity["metadata"]
|
||||
existing_component_metadata.update(component_metadata)
|
||||
component_entity["metadata"] = existing_component_metadata
|
||||
|
||||
# overwrite existing members in component enity
|
||||
# - get data for member from `ftrack.origin` location
|
||||
self._overwrite_members(component_entity, comp_data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue