mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
hiero: otio p3 compatibility issue - metadata on effect use update
rather then __setter__
This commit is contained in:
parent
25fc9d27c9
commit
f782cf4f6d
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ def create_time_effects(otio_clip, track_item):
|
|||
otio_effect = otio.schema.TimeEffect()
|
||||
otio_effect.name = name
|
||||
otio_effect.effect_name = effect_name
|
||||
otio_effect.metadata = metadata
|
||||
otio_effect.metadata.update(metadata)
|
||||
|
||||
# add otio effect to clip effects
|
||||
otio_clip.effects.append(otio_effect)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue