mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Update openpype/hosts/tvpaint/plugins/load/load_workfile.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
e080cce192
commit
4442454f9e
1 changed files with 1 additions and 3 deletions
|
|
@ -50,9 +50,7 @@ class LoadWorkfile(pipeline.Loader):
|
|||
"task": context["task"],
|
||||
"version": 1,
|
||||
"user": getpass.getuser(),
|
||||
"root": {
|
||||
template_key: anatomy.roots[template_key]
|
||||
},
|
||||
"root": anatomy.roots,
|
||||
"hierarchy": openpype.lib.get_hierarchy()
|
||||
}
|
||||
template = anatomy.templates[template_key]["file"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue