mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
feat(celaction): new pype structure
This commit is contained in:
parent
6588f8fc34
commit
1a21abdecf
4 changed files with 2 additions and 2 deletions
|
|
@ -71,7 +71,7 @@ class CelactionPrelaunchHook(PypeHook):
|
|||
# from `pype.celation` dir
|
||||
template_path = env.get("CELACTION_TEMPLATE") or os.path.join(
|
||||
env.get("PYPE_MODULE_ROOT"),
|
||||
"pype/celaction/celaction_template_scene_.scn"
|
||||
"pype/hosts/celaction/celaction_template_scene.scn"
|
||||
)
|
||||
self.log.info(f"Creating workfile from template: `{template_path}`")
|
||||
shutil.copy2(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue