mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Changed from loader_identifiers to is_compatible method
This commit is contained in:
parent
37f5f55832
commit
b742dfc381
1 changed files with 2 additions and 3 deletions
|
|
@ -260,9 +260,8 @@ class PrePostLoaderHookPlugin:
|
|||
Any studio might want to modify loaded data before or after
|
||||
they are loaded without need to override existing core plugins.
|
||||
"""
|
||||
loader_identifiers: ClassVar[set[str]]
|
||||
|
||||
def process(self, context, name=None, namespace=None, options=None):
|
||||
@classmethod
|
||||
def is_compatible(cls, Loader: LoaderPlugin) -> bool:
|
||||
pass
|
||||
|
||||
def pre_process(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue