mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix saving of environmentes to studio overrides
This commit is contained in:
parent
de6daa65ca
commit
14ce8eb442
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ def convert_gui_data_to_overrides(data, first=True):
|
|||
output = {}
|
||||
if first:
|
||||
output["__override_version__"] = OVERRIDE_VERSION
|
||||
data = convert_gui_data_with_metadata(data, ("environments",))
|
||||
data = convert_gui_data_with_metadata(data)
|
||||
|
||||
if METADATA_KEY in data:
|
||||
metadata = data.pop(METADATA_KEY)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue