mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Simplify setting instance data "frames"
This commit is contained in:
parent
fbcd56eb0d
commit
0bec3f0d2e
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ class CollectFrames(plugin.HoudiniInstancePlugin):
|
|||
|
||||
# todo: `frames` currently conflicts with "explicit frames" for a
|
||||
# for a custom frame list. So this should be refactored.
|
||||
instance.data.update({"frames": result})
|
||||
instance.data["frames"] = result
|
||||
|
||||
@staticmethod
|
||||
def create_file_list(match, start_frame, end_frame):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue