Merge branch 'test2' into 'master'
Simplify render time message to prevent confusion. See merge request sheepitrenderfarm/client!215
This commit is contained in:
@@ -647,9 +647,7 @@ import java.util.regex.Pattern;
|
|||||||
scene_dir.delete();
|
scene_dir.delete();
|
||||||
}
|
}
|
||||||
|
|
||||||
gui.status(String.format("Frame finished in %dmin%ds, render time: %dmin%ds",
|
gui.status(String.format("Render time: %dmin%ds",
|
||||||
process.getDuration() / 60,
|
|
||||||
process.getDuration() % 60,
|
|
||||||
process.getRenderDuration() / 60,
|
process.getRenderDuration() / 60,
|
||||||
process.getRenderDuration() % 60)
|
process.getRenderDuration() % 60)
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user