mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Expect update in-place
This commit is contained in:
parent
020abb84c6
commit
a45b68f20f
1 changed files with 1 additions and 2 deletions
|
|
@ -52,8 +52,7 @@ class ExtractROP(plugin.HoudiniExtractorPlugin):
|
|||
"frameStart": instance.data["frameStartHandle"],
|
||||
"frameEnd": instance.data["frameEndHandle"],
|
||||
}
|
||||
representation = self.update_representation_data(instance,
|
||||
representation)
|
||||
self.update_representation_data(instance, representation)
|
||||
instance.data.setdefault("representations", []).append(representation)
|
||||
|
||||
def validate_expected_frames(self, instance: pyblish.api.Instance):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue