mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
move settings to deadline
This commit is contained in:
parent
4b2aba2f45
commit
0551d76fb6
5 changed files with 24 additions and 30 deletions
|
|
@ -273,17 +273,17 @@ class MayaSubmitDeadline(pyblish.api.InstancePlugin):
|
|||
|
||||
self._job_info = (
|
||||
context.data["project_settings"].get(
|
||||
"maya", {}).get(
|
||||
"publish", {}).get(
|
||||
"deadline", {}).get(
|
||||
"publish", {}).get(
|
||||
"MayaSubmitDeadline", {}).get(
|
||||
"jobInfo", {})
|
||||
)
|
||||
|
||||
self._plugin_info = (
|
||||
context.data["project_settings"].get(
|
||||
"maya", {}).get(
|
||||
"publish", {}).get(
|
||||
"deadline", {}).get(
|
||||
"publish", {}).get(
|
||||
"MayaSubmitDeadline", {}).get(
|
||||
"pluginInfo", {})
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -3,9 +3,13 @@
|
|||
"ValidateExpectedFiles": {
|
||||
"enabled": true,
|
||||
"active": true,
|
||||
"families": ["render"],
|
||||
"targets": ["deadline"],
|
||||
"allow_user_override": true
|
||||
"allow_user_override": true,
|
||||
"families": [
|
||||
"render"
|
||||
],
|
||||
"targets": [
|
||||
"deadline"
|
||||
]
|
||||
},
|
||||
"MayaSubmitDeadline": {
|
||||
"enabled": true,
|
||||
|
|
@ -15,7 +19,9 @@
|
|||
"use_published": true,
|
||||
"asset_dependencies": true,
|
||||
"group": "none",
|
||||
"limit": []
|
||||
"limit": [],
|
||||
"jobInfo": {},
|
||||
"pluginInfo": {}
|
||||
},
|
||||
"NukeSubmitDeadline": {
|
||||
"enabled": true,
|
||||
|
|
|
|||
|
|
@ -391,10 +391,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"deadline": {
|
||||
"jobInfo": {},
|
||||
"pluginInfo": {}
|
||||
},
|
||||
"ExtractCameraAlembic": {
|
||||
"enabled": true,
|
||||
"optional": true,
|
||||
|
|
|
|||
|
|
@ -108,6 +108,16 @@
|
|||
"key": "limit",
|
||||
"label": "Limit Groups",
|
||||
"object_type": "text"
|
||||
},
|
||||
{
|
||||
"type": "raw-json",
|
||||
"key": "jobInfo",
|
||||
"label": "Additional JobInfo data"
|
||||
},
|
||||
{
|
||||
"type": "raw-json",
|
||||
"key": "pluginInfo",
|
||||
"label": "Additional PluginInfo data"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -309,24 +309,6 @@
|
|||
"type": "schema",
|
||||
"name": "schema_maya_capture"
|
||||
},
|
||||
{
|
||||
"type": "dict",
|
||||
"collapsible": true,
|
||||
"key": "deadline",
|
||||
"label": "Additional Deadline Settings",
|
||||
"children": [
|
||||
{
|
||||
"type": "raw-json",
|
||||
"key": "jobInfo",
|
||||
"label": "Additional JobInfo data"
|
||||
},
|
||||
{
|
||||
"type": "raw-json",
|
||||
"key": "pluginInfo",
|
||||
"label": "Additional PluginInfo data"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "dict",
|
||||
"collapsible": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue