mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
fix path to template
This commit is contained in:
parent
021241de97
commit
dd462986c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue