mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
use assignment instead of update
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
b04defeaee
commit
09b0364d2c
1 changed files with 1 additions and 1 deletions
|
|
@ -59,4 +59,4 @@ class CollectFrames(plugin.HoudiniInstancePlugin):
|
|||
frame_collection = frame_collection[0]
|
||||
frame_collection.indexes.clear()
|
||||
frame_collection.indexes.update(list(range(start_frame, (end_frame + 1))))
|
||||
instance.data.update({"frames": list(frame_collection)})
|
||||
instance.data["frames"] = list(frame_collection)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue