From 87ef0d5bda55977b87890dbf98ac391c93e486a2 Mon Sep 17 00:00:00 2001 From: timsergeeff <38128238+timsergeeff@users.noreply.github.com> Date: Tue, 29 Oct 2024 19:17:40 +0300 Subject: [PATCH] Update addon.py --- client/ayon_kitsu/addon.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/client/ayon_kitsu/addon.py b/client/ayon_kitsu/addon.py index 952eaf4..e8c0f8a 100644 --- a/client/ayon_kitsu/addon.py +++ b/client/ayon_kitsu/addon.py @@ -96,20 +96,15 @@ def get_plugin_paths(self): return { "publish": self.get_publish_plugin_paths(), - #"hooks": self.get_launch_hook_paths(), + "hooks": self.get_launch_hook_paths(), # The laucher action is not working since AYON conversion # "actions": [os.path.join(KITSU_ROOT, "plugins", "launcher")], } def get_publish_plugin_paths(self, host_name=None): return [os.path.join(KITSU_ROOT, "plugins", "publish")] -<<<<<<< HEAD def get_launch_hook_paths(self, host_name=None): return [os.path.join(KITSU_ROOT, "hooks")] -======= - #def get_launch_hook_paths(self, host_name=None): - #return [os.path.join(KITSU_ROOT, "hooks")] ->>>>>>> d887d10b4d525b36a7ed45da66e15005f89c4d76 def is_kitsu_enabled_in_settings(project_settings): """Check if kitsu is enabled in kitsu project settings.