mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
GUI entity has ability to acces schema data directly
This commit is contained in:
parent
8b08d9d429
commit
e47c3c0e28
1 changed files with 3 additions and 0 deletions
|
|
@ -206,6 +206,9 @@ class GUIEntity(ItemEntity):
|
|||
update_studio_values = None
|
||||
update_project_values = None
|
||||
|
||||
def __getitem__(self, key):
|
||||
return self.schema_data[key]
|
||||
|
||||
def schema_validations(self):
|
||||
return
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue