diff --git a/openpype/hosts/tvpaint/plugins/load/load_workfile.py b/openpype/hosts/tvpaint/plugins/load/load_workfile.py index 167b75edf9..a183621d64 100644 --- a/openpype/hosts/tvpaint/plugins/load/load_workfile.py +++ b/openpype/hosts/tvpaint/plugins/load/load_workfile.py @@ -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"]