mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge pull request #131 from ynput/bugfix/minor-fixes
Chore: Minor fixes
This commit is contained in:
commit
ce370c7ca0
2 changed files with 2 additions and 2 deletions
|
|
@ -136,7 +136,7 @@ class FusionLoadSequence(load.LoaderPlugin):
|
||||||
"render",
|
"render",
|
||||||
"plate",
|
"plate",
|
||||||
"image",
|
"image",
|
||||||
"onilne",
|
"online",
|
||||||
]
|
]
|
||||||
representations = ["*"]
|
representations = ["*"]
|
||||||
extensions = set(
|
extensions = set(
|
||||||
|
|
|
||||||
|
|
@ -1395,7 +1395,7 @@ class EnvironmentPrepData(dict):
|
||||||
if data.get("env") is None:
|
if data.get("env") is None:
|
||||||
data["env"] = os.environ.copy()
|
data["env"] = os.environ.copy()
|
||||||
|
|
||||||
project_name = data["project_doct"]["name"]
|
project_name = data["project_doc"]["name"]
|
||||||
if "project_settings" not in data:
|
if "project_settings" not in data:
|
||||||
data["project_settings"] = get_project_settings(project_name)
|
data["project_settings"] = get_project_settings(project_name)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue