mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
rendered frames are composite to final output
This commit is contained in:
parent
6eeeb721a6
commit
a2e2d1fb3f
1 changed files with 9 additions and 0 deletions
|
|
@ -234,6 +234,15 @@ class ExtractSequence(pyblish.api.Extractor):
|
|||
)
|
||||
files_by_position[position] = files_by_frames
|
||||
|
||||
output = self._composite_files(
|
||||
files_by_position,
|
||||
output_dir,
|
||||
mark_in_index,
|
||||
mark_out_index,
|
||||
filename_template,
|
||||
thumbnail_filename
|
||||
)
|
||||
return output
|
||||
|
||||
def render_layer(
|
||||
self,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue