mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +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 (
|
from .plugin import (
|
||||||
Creator,
|
Creator,
|
||||||
Loader,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
from .workio import (
|
from .workio import (
|
||||||
|
|
@ -51,7 +50,6 @@ __all__ = [
|
||||||
"BlenderHost",
|
"BlenderHost",
|
||||||
|
|
||||||
"Creator",
|
"Creator",
|
||||||
"Loader",
|
|
||||||
|
|
||||||
# Workfiles API
|
# Workfiles API
|
||||||
"open_file",
|
"open_file",
|
||||||
|
|
|
||||||
|
|
@ -376,12 +376,6 @@ class BaseCreator(Creator):
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
class Loader(LoaderPlugin):
|
|
||||||
"""Base class for Loader plug-ins."""
|
|
||||||
|
|
||||||
hosts = ["blender"]
|
|
||||||
|
|
||||||
|
|
||||||
class AssetLoader(LoaderPlugin):
|
class AssetLoader(LoaderPlugin):
|
||||||
"""A basic AssetLoader for Blender
|
"""A basic AssetLoader for Blender
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue