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