mirror of
https://github.com/LinoSchmidt/StickExporterTX.git
synced 2026-03-21 01:51:15 +01:00
Fixed progress hop
This commit is contained in:
@@ -105,7 +105,7 @@ function startBlender() {
|
|||||||
setRenderProgress(parseInt(log), true, 0, 0);
|
setRenderProgress(parseInt(log), true, 0, 0);
|
||||||
}
|
}
|
||||||
if(dataStr.includes("Fra:") && renderingVideo) {
|
if(dataStr.includes("Fra:") && renderingVideo) {
|
||||||
lastFrame = dataStr.split(":")[1].split(" ")[0];
|
lastFrame = dataStr.split("Fra:")[1].split(" ")[0];
|
||||||
setStatus("Rendering Frame " + lastFrame + "/" + frames);
|
setStatus("Rendering Frame " + lastFrame + "/" + frames);
|
||||||
setRenderProgress(parseInt(log), false, parseInt(frames), parseInt(lastFrame));
|
setRenderProgress(parseInt(log), false, parseInt(frames), parseInt(lastFrame));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user