added 'get_loader_action_plugin_paths' to 'IPluginPaths'

This commit is contained in:
Jakub Trllo 2025-08-21 15:10:03 +02:00
parent 3a65c56123
commit a22f378ed5

View file

@ -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.