Merge pull request #1189 from pypeclub/feature/remaining_active_key_for_optional_plugins

Remaining active key for optional plugins
This commit is contained in:
Milan Kolar 2021-03-26 09:49:53 +01:00 committed by GitHub
commit f8b5edc7ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 30 additions and 0 deletions

View file

@ -3,6 +3,7 @@
"MayaSubmitDeadline": {
"enabled": true,
"optional": false,
"active": true,
"tile_assembler_plugin": "oiio",
"use_published": true,
"asset_dependencies": true,
@ -12,6 +13,7 @@
"NukeSubmitDeadline": {
"enabled": true,
"optional": false,
"active": true,
"use_published": true,
"priority": 50,
"chunk_size": 10,
@ -23,6 +25,7 @@
"HarmonySubmitDeadline": {
"enabled": true,
"optional": false,
"active": true,
"use_published": true,
"priority": 50,
"chunk_size": 10000,
@ -34,6 +37,7 @@
"AfterEffectsSubmitDeadline": {
"enabled": true,
"optional": false,
"active": true,
"use_published": true,
"priority": 50,
"chunk_size": 10000,

View file

@ -379,6 +379,7 @@
"ExtractCameraAlembic": {
"enabled": true,
"optional": true,
"active": true,
"bake_attributes": []
},
"MayaSubmitDeadline": {

View file

@ -29,6 +29,11 @@
"key": "optional",
"label": "Optional"
},
{
"type": "boolean",
"key": "active",
"label": "Active"
},
{
"type": "enum",
"key": "tile_assembler_plugin",
@ -83,6 +88,11 @@
"key": "optional",
"label": "Optional"
},
{
"type": "boolean",
"key": "active",
"label": "Active"
},
{
"type": "boolean",
"key": "use_published",
@ -137,6 +147,11 @@
"key": "optional",
"label": "Optional"
},
{
"type": "boolean",
"key": "active",
"label": "Active"
},
{
"type": "boolean",
"key": "use_published",
@ -191,6 +206,11 @@
"key": "optional",
"label": "Optional"
},
{
"type": "boolean",
"key": "active",
"label": "Active"
},
{
"type": "boolean",
"key": "use_published",

View file

@ -271,6 +271,11 @@
"key": "optional",
"label": "Optional"
},
{
"type": "boolean",
"key": "active",
"label": "Active"
},
{
"type": "raw-json",
"key": "bake_attributes",