mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 14:22:37 +01:00
changed how schemas are get from openpype
This commit is contained in:
parent
5db15b273e
commit
9d7f0db6d8
1 changed files with 2 additions and 2 deletions
|
|
@ -977,11 +977,11 @@ class ModuleSettingsDef:
|
|||
return self._id
|
||||
|
||||
@abstractmethod
|
||||
def get_system_schemas(self):
|
||||
def get_settings_schemas(self, schema_type):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def get_project_schemas(self):
|
||||
def get_dynamic_schemas(self, schema_type):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue