mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #6159 from ynput/bugfix/extract_oiio_transcode
ExtractOIIOTranscode: Missing product_names to subsets conversion.
This commit is contained in:
commit
ec492036c7
1 changed files with 2 additions and 0 deletions
|
|
@ -1236,6 +1236,8 @@ def _convert_global_project_settings(ayon_settings, output, default_settings):
|
|||
for profile in extract_oiio_transcode_profiles:
|
||||
new_outputs = {}
|
||||
name_counter = {}
|
||||
if "product_names" in profile:
|
||||
profile["subsets"] = profile.pop("product_names")
|
||||
for profile_output in profile["outputs"]:
|
||||
if "name" in profile_output:
|
||||
name = profile_output.pop("name")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue