netrender: refactor thumbnail generation code. New option to generate the thumbnail on the slaves (per slave option, default off). Missing thumbnails are still generated on demand by the master.
This commit is contained in:
@@ -101,7 +101,7 @@ function showThumb(job, frame)
|
||||
function toggleThumb(job, frame)
|
||||
{
|
||||
img = document.images["thumb" + frame];
|
||||
url = "/render_" + job + "_" + frame + ".jpg"
|
||||
url = "/thumb_" + job + "_" + frame + ".jpg"
|
||||
|
||||
if (img.style.display == "block") {
|
||||
img.style.display = "none";
|
||||
|
||||
Reference in New Issue
Block a user