Simplify setting instance data "frames"

This commit is contained in:
Roy Nieterau 2024-06-19 17:52:38 +02:00
parent fbcd56eb0d
commit 0bec3f0d2e

View file

@ -60,7 +60,7 @@ class CollectFrames(plugin.HoudiniInstancePlugin):
# todo: `frames` currently conflicts with "explicit frames" for a # todo: `frames` currently conflicts with "explicit frames" for a
# for a custom frame list. So this should be refactored. # for a custom frame list. So this should be refactored.
instance.data.update({"frames": result}) instance.data["frames"] = result
@staticmethod @staticmethod
def create_file_list(match, start_frame, end_frame): def create_file_list(match, start_frame, end_frame):