mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
added 'get_loader_action_plugin_paths' to 'IPluginPaths'
This commit is contained in:
parent
3a65c56123
commit
a22f378ed5
1 changed files with 4 additions and 0 deletions
|
|
@ -185,6 +185,10 @@ class IPluginPaths(AYONInterface):
|
|||
"""
|
||||
return self._get_plugin_paths_by_type("inventory")
|
||||
|
||||
def get_loader_action_plugin_paths(self) -> list[str]:
|
||||
"""Receive loader action plugin paths."""
|
||||
return []
|
||||
|
||||
|
||||
class ITrayAddon(AYONInterface):
|
||||
"""Addon has special procedures when used in Tray tool.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue