Changed from loader_identifiers to is_compatible method

This commit is contained in:
Petr Kalis 2025-06-13 16:22:44 +02:00
parent 37f5f55832
commit b742dfc381

View file

@ -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(