mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
anatomy can handle "defaults" key
This commit is contained in:
parent
e4138b82b7
commit
f3628c13fa
1 changed files with 1 additions and 1 deletions
|
|
@ -727,7 +727,7 @@ class Templates:
|
|||
key_2: "value_2"
|
||||
key_4: "value_3/value_2"
|
||||
"""
|
||||
default_key_values = {}
|
||||
default_key_values = templates.pop("defaults", {})
|
||||
for key, value in tuple(templates.items()):
|
||||
if isinstance(value, dict):
|
||||
continue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue