mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
make fusion 'ocio' conversion optional
This commit is contained in:
parent
706469205c
commit
8ff78502dc
1 changed files with 1 additions and 1 deletions
|
|
@ -424,7 +424,7 @@ def _convert_fusion_project_settings(ayon_settings, output):
|
|||
|
||||
ayon_ocio_setting["configFilePath"] = paths
|
||||
ayon_imageio_fusion["ocio"] = ayon_ocio_setting
|
||||
else:
|
||||
elif "ocio" in ayon_imageio_fusion:
|
||||
paths = ayon_imageio_fusion["ocio"].pop("configFilePath")
|
||||
for key, value in tuple(paths.items()):
|
||||
new_value = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue