Display name of project while rendering
This commit is contained in:
committed by
Laurent Clouet
parent
8c26f29efd
commit
e32f59ddb3
@@ -371,7 +371,7 @@ public class Server extends Thread implements HostnameVerifier, X509TrustManager
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
String[] job_node_require_attribute = { "id", "archive_md5", "path", "revision", "use_gpu", "frame", "extras" };
|
||||
String[] job_node_require_attribute = { "id", "archive_md5", "path", "revision", "use_gpu", "frame", "name", "extras" };
|
||||
String[] renderer_node_require_attribute = { "md5", "commandline" };
|
||||
|
||||
for (String e : job_node_require_attribute) {
|
||||
@@ -415,6 +415,7 @@ public class Server extends Thread implements HostnameVerifier, X509TrustManager
|
||||
script,
|
||||
job_node.getAttribute("archive_md5"),
|
||||
renderer_node.getAttribute("md5"),
|
||||
job_node.getAttribute("name"),
|
||||
frame_extras,
|
||||
synchronous_upload,
|
||||
update_method
|
||||
|
||||
Reference in New Issue
Block a user