mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 06:12:19 +01:00
Update openpype/settings/ayon_settings.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
8acd3cc127
commit
b7e30d8fa3
1 changed files with 2 additions and 4 deletions
|
|
@ -836,10 +836,8 @@ def _convert_nuke_project_settings(ayon_settings, output):
|
|||
imageio_workfile[dst] = imageio_workfile.pop(src)
|
||||
|
||||
# regex inputs
|
||||
regex_inputs = ayon_imageio.get("regex_inputs")
|
||||
if regex_inputs:
|
||||
ayon_imageio.pop("regex_inputs")
|
||||
ayon_imageio["regexInputs"] = regex_inputs
|
||||
if "regex_inputs" in ayon_imageio:
|
||||
ayon_imageio["regexInputs"] = ayon_imageio.pop("regex_inputs")
|
||||
|
||||
# nodes
|
||||
ayon_imageio_nodes = ayon_imageio["nodes"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue