mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Fix calls to refactored function name
This commit is contained in:
parent
0dd4d7b505
commit
5a7079c2e4
2 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ class ExtractPlayblast(publish.Extractor):
|
|||
instance, camera, path,
|
||||
start=start, end=end,
|
||||
capture_preset=capture_preset)
|
||||
path = lib.playblast_capture(preset, instance)
|
||||
path = lib.render_capture_preset(preset)
|
||||
|
||||
collected_files = os.listdir(stagingdir)
|
||||
patterns = [clique.PATTERNS["frames"]]
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ class ExtractThumbnail(publish.Extractor):
|
|||
"depthOfField": cmds.getAttr("{0}.depthOfField".format(camera)), # noqa
|
||||
}
|
||||
)
|
||||
path = lib.playblast_capture(preset, instance)
|
||||
path = lib.render_capture_preset(preset)
|
||||
|
||||
playblast = self._fix_playblast_output_path(path)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue