add from and to in hugin script
This commit is contained in:
parent
f682a27ce6
commit
2d3f261df6
|
@ -87,7 +87,7 @@ function makeBashScriptHugin(minmax: any) {
|
||||||
writeFile(ptoFileName, ptoContent)
|
writeFile(ptoFileName, ptoContent)
|
||||||
|
|
||||||
}
|
}
|
||||||
writeFile('hugin_executor.sh', scriptsContent)
|
writeFile('hugin_executor_from'+goproMin+'_to_'+goproMax+'.sh', scriptsContent)
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue