From dd462986c2954c5326b4f5c2af3b1054642ad79d Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Mon, 14 Dec 2020 19:20:19 +0100 Subject: [PATCH] fix path to template --- pype/hosts/tvpaint/hooks/pre_launch_args.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pype/hosts/tvpaint/hooks/pre_launch_args.py b/pype/hosts/tvpaint/hooks/pre_launch_args.py index 210b1e99c3..7515d709ed 100644 --- a/pype/hosts/tvpaint/hooks/pre_launch_args.py +++ b/pype/hosts/tvpaint/hooks/pre_launch_args.py @@ -78,7 +78,7 @@ class TvpaintPrelaunchHook(PreLaunchHook): # TODO add ability to set different template workfile path via # settings pype_dir = os.path.dirname(os.path.abspath(tvpaint.__file__)) - template_path = os.path.join(pype_dir, "template.tvpp") + template_path = os.path.join(pype_dir, "api", "template.tvpp") if not os.path.exists(template_path): self.log.warning(