mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
AE local render - fixed single render file
This commit is contained in:
parent
d2b13996da
commit
abdfe4ee38
1 changed files with 5 additions and 1 deletions
|
|
@ -37,12 +37,16 @@ class ExtractLocalRender(openpype.api.Extractor):
|
|||
first_file_path = os.path.join(staging_dir,
|
||||
file_name)
|
||||
|
||||
resulting_files = files
|
||||
if len(files) == 1:
|
||||
resulting_files = files[0]
|
||||
|
||||
repre_data = {
|
||||
"frameStart": instance.data["frameStart"],
|
||||
"frameEnd": instance.data["frameEnd"],
|
||||
"name": ext,
|
||||
"ext": ext,
|
||||
"files": files,
|
||||
"files": resulting_files,
|
||||
"stagingDir": staging_dir
|
||||
}
|
||||
if instance.data["review"]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue