Deadline Pype 3 - fix chunk size key

Without it it got reset to 0
This commit is contained in:
Petr Kalis 2021-02-26 17:08:24 +01:00
parent 6302cb5afc
commit 6be84d1753
2 changed files with 6 additions and 6 deletions

View file

@ -12,7 +12,7 @@
"optional": false,
"use_published": true,
"priority": 50,
"Chunk Size": 10,
"chunk_size": 10,
"primary_pool": "",
"secondary_pool": "",
"group": "",
@ -23,7 +23,7 @@
"optional": false,
"use_published": true,
"priority": 50,
"Chunk Size": 10000,
"chunk_size": 10000,
"primary_pool": "",
"secondary_pool": "",
"group": "",
@ -34,7 +34,7 @@
"optional": false,
"use_published": true,
"priority": 50,
"Chunk Size": 10000,
"chunk_size": 10000,
"primary_pool": "",
"secondary_pool": "",
"group": "",

View file

@ -84,7 +84,7 @@
},
{
"type": "number",
"key": "Chunk Size",
"key": "chunk_size",
"label": "Chunk Size"
},
{
@ -138,7 +138,7 @@
},
{
"type": "number",
"key": "Chunk Size",
"key": "chunk_size",
"label": "Chunk Size"
},
{
@ -192,7 +192,7 @@
},
{
"type": "number",
"key": "Chunk Size",
"key": "chunk_size",
"label": "Chunk Size"
},
{