feat(celaction): new pype structure

This commit is contained in:
Jakub Jezek 2020-06-04 19:24:21 +02:00
parent 6588f8fc34
commit 1a21abdecf
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3
4 changed files with 2 additions and 2 deletions

View file

@ -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(

View file

@ -1 +1 @@
kwargs = None
kwargs = None