mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Merge pull request #1239 from pypeclub/feature/minor_settings_changes
Minor settings changes
This commit is contained in:
commit
ef7188b2c0
2 changed files with 6 additions and 1 deletions
|
|
@ -44,6 +44,8 @@ class DictMutableKeysEntity(EndpointEntity):
|
|||
_miss_arg = object()
|
||||
|
||||
def __getitem__(self, key):
|
||||
if key not in self.children_by_key:
|
||||
self.add_key(key)
|
||||
return self.children_by_key[key]
|
||||
|
||||
def __setitem__(self, key, value):
|
||||
|
|
|
|||
|
|
@ -119,7 +119,10 @@
|
|||
"slate-frame": "Add slate frame"
|
||||
},
|
||||
{
|
||||
"no-hnadles": "Skip handle frames"
|
||||
"no-handles": "Skip handle frames"
|
||||
},
|
||||
{
|
||||
"sequence": "Output as image sequence"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue