mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge branch 'develop' into enhancement/OP-8105_Validate-Context
This commit is contained in:
commit
259f2c4120
4 changed files with 4 additions and 4 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)
|
||||
|
||||
|
|
|
|||
|
|
@ -240,7 +240,7 @@ def run_detached_process(args, **kwargs):
|
|||
|
||||
|
||||
Args:
|
||||
*args (tuple): AYON cli arguments.
|
||||
args (Iterable[str]): AYON cli arguments.
|
||||
**kwargs (dict): Keyword arguments for subprocess.Popen.
|
||||
|
||||
Returns:
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ class CollectInstanceCommentDef(
|
|||
pass
|
||||
|
||||
@classmethod
|
||||
def apply_settings(cls, project_setting, _):
|
||||
def apply_settings(cls, project_setting):
|
||||
plugin_settings = project_setting["core"]["publish"].get(
|
||||
"collect_comment_per_instance"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue