mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Merge branch 'develop' into enhancement/OP-8370_LoaderPlugin-update-expect-representation-context
This commit is contained in:
commit
04180c7fb4
2 changed files with 2 additions and 2 deletions
|
|
@ -136,7 +136,7 @@ class FusionLoadSequence(load.LoaderPlugin):
|
|||
"render",
|
||||
"plate",
|
||||
"image",
|
||||
"onilne",
|
||||
"online",
|
||||
]
|
||||
representations = ["*"]
|
||||
extensions = set(
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue