remove unused class 'Loader'

This commit is contained in:
Jakub Trllo 2024-05-31 17:38:18 +02:00
parent 5ef9b5d17c
commit 18667e202e
2 changed files with 0 additions and 8 deletions

View file

@ -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",

View 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