mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
remove unused class 'Loader'
This commit is contained in:
parent
5ef9b5d17c
commit
18667e202e
2 changed files with 0 additions and 8 deletions
|
|
@ -15,7 +15,6 @@ from .pipeline import (
|
|||
|
||||
from .plugin import (
|
||||
Creator,
|
||||
Loader,
|
||||
)
|
||||
|
||||
from .workio import (
|
||||
|
|
@ -51,7 +50,6 @@ __all__ = [
|
|||
"BlenderHost",
|
||||
|
||||
"Creator",
|
||||
"Loader",
|
||||
|
||||
# Workfiles API
|
||||
"open_file",
|
||||
|
|
|
|||
|
|
@ -376,12 +376,6 @@ class BaseCreator(Creator):
|
|||
]
|
||||
|
||||
|
||||
class Loader(LoaderPlugin):
|
||||
"""Base class for Loader plug-ins."""
|
||||
|
||||
hosts = ["blender"]
|
||||
|
||||
|
||||
class AssetLoader(LoaderPlugin):
|
||||
"""A basic AssetLoader for Blender
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue