mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Remove remaining traces of filters in Nuke AYON settings conversion
This commit is contained in:
parent
e4535c3250
commit
1baec5503a
1 changed files with 0 additions and 10 deletions
|
|
@ -694,16 +694,6 @@ def _convert_nuke_project_settings(ayon_settings, output):
|
|||
dirmap["paths"][dst_key] = dirmap["paths"].pop(src_key)
|
||||
ayon_nuke["nuke-dirmap"] = dirmap
|
||||
|
||||
# --- Filters ---
|
||||
new_gui_filters = {}
|
||||
for item in ayon_nuke.pop("filters"):
|
||||
subvalue = {}
|
||||
key = item["name"]
|
||||
for subitem in item["value"]:
|
||||
subvalue[subitem["name"]] = subitem["value"]
|
||||
new_gui_filters[key] = subvalue
|
||||
ayon_nuke["filters"] = new_gui_filters
|
||||
|
||||
# --- Load ---
|
||||
ayon_load = ayon_nuke["load"]
|
||||
ayon_load["LoadClip"]["_representations"] = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue