Merge branch 'develop' into enhancement/publisher-using-hierarchy-model

This commit is contained in:
Jakub Trllo 2024-02-28 16:41:17 +01:00
commit 7881ba253b
2 changed files with 2 additions and 2 deletions

View file

@ -136,7 +136,7 @@ class FusionLoadSequence(load.LoaderPlugin):
"render",
"plate",
"image",
"onilne",
"online",
]
representations = ["*"]
extensions = set(

View file

@ -1395,7 +1395,7 @@ class EnvironmentPrepData(dict):
if data.get("env") is None:
data["env"] = os.environ.copy()
project_name = data["project_doct"]["name"]
project_name = data["project_doc"]["name"]
if "project_settings" not in data:
data["project_settings"] = get_project_settings(project_name)