mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #219 from EmberLightVFX/enhancement/re-add_outputName_to_rep
Re-add outputName to _rename_in_representation
This commit is contained in:
commit
8f0475c56e
1 changed files with 1 additions and 0 deletions
|
|
@ -257,6 +257,7 @@ class ExtractOIIOTranscode(publish.Extractor):
|
|||
return
|
||||
|
||||
new_repre["ext"] = output_extension
|
||||
new_repre["outputName"] = output_name
|
||||
|
||||
renamed_files = []
|
||||
for file_name in files_to_convert:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue