remove frameStep as it really is a bit of a waste of time

This commit is contained in:
Andrew Scobie 2018-06-15 17:25:18 +12:00
Родитель a94956284e
Коммит f6bd950735
2 изменённых файлов: 1 добавлений и 15 удалений

Просмотреть файл

@ -125,13 +125,6 @@
"description": "Index of the last frame to render"
}
},
"frameStep": {
"type": "int",
"defaultValue": 1,
"metadata": {
"description": "Incremental step in frame sequeunce"
}
},
"frameWidth": {
"type": "int",
"defaultValue": 1600,
@ -178,7 +171,7 @@
{
"start": "[parameters('frameStart')]",
"end": "[parameters('frameEnd')]",
"step": "[parameters('frameStep')]"
"step": 1
}
],
"repeatTask": {

Просмотреть файл

@ -132,13 +132,6 @@
"description": "Index of the last frame to render"
}
},
"frameStep": {
"type": "int",
"defaultValue": 1,
"metadata": {
"description": "Incremental step in frame sequeunce"
}
},
"frameWidth": {
"type": "int",
"defaultValue": 1600,