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(