* Better ui with more infos
* Remove revision from protocol since it's not use anymore
This commit is contained in:
@@ -66,7 +66,6 @@ Url: use the request type "download-archive" from the configuration answer.
|
||||
Parameter as GET or POST:
|
||||
* type: "job"
|
||||
* job: Id of the job
|
||||
* revision: Revision of the job
|
||||
|
||||
Answer:
|
||||
No error: the file
|
||||
@@ -100,7 +99,7 @@ Answer with no error:
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<jobrequest status="0">
|
||||
<frames remaining="1187" />
|
||||
<job id="1" use_gpu="1" archive_md5="11d046f9912267a29f99a731c7e4e3b0" revision="0" path="compute_method.blend" frame="0340" synchronous_upload="1" name="human name" password="some_passowrd">
|
||||
<job id="1" use_gpu="1" archive_md5="11d046f9912267a29f99a731c7e4e3b0" path="compute_method.blend" frame="0340" synchronous_upload="1" name="human name" password="some_passowrd">
|
||||
<renderer md5="ceda00890578762c6fac96f1a13f671a" commandline=".e --factory-startup --disable-autoexec -b .c -o .o -f .f -x 1" update_method="remainingtime"/>
|
||||
<script>import bpy
|
||||
# disable the GPU for Cycles
|
||||
@@ -126,7 +125,6 @@ Parameter as GET or POST:
|
||||
* job: Job's id
|
||||
* frame: Job's frame number
|
||||
* rendertime: Job's render time
|
||||
* revision: Job's revision
|
||||
* extras: Job's extra data
|
||||
* file: Frame to validate as form-data post
|
||||
* memoryused (optional): Max memory used for the render
|
||||
|
||||
Reference in New Issue
Block a user