Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #431 from pypeclub/enhancement/OP-2848_move-loader…
Browse files Browse the repository at this point in the history
…-logic-from-avalon-to-openpype

General: Move loader logic from avalon to openpype
  • Loading branch information
iLLiCiTiT authored Mar 16, 2022
2 parents 961a1c8 + 8c87ac9 commit 64491fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 785 deletions.
18 changes: 0 additions & 18 deletions avalon/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
install,
uninstall,

Loader,
SubsetLoader,
Action,
InventoryAction,
discover,
Expand All @@ -34,16 +32,9 @@
emit,

publish,
load,
update,
switch,
remove,

data,

get_representation_path,
loaders_from_representation,

register_root,
register_host,
register_plugin_path,
Expand Down Expand Up @@ -75,8 +66,6 @@

"schema",

"Loader",
"SubsetLoader",
"Action",
"InventoryAction",
"discover",
Expand All @@ -89,16 +78,9 @@
"emit",

"publish",
"load",
"update",
"switch",
"remove",

"data",

"get_representation_path",
"loaders_from_representation",

"register_host",
"register_plugin_path",
"register_plugin",
Expand Down
Loading

0 comments on commit 64491fb

Please sign in to comment.