Laurent Clouet
6510bbdbc7
Use variable instead of hardcoded value
2016-01-15 10:05:32 +01:00
Laurent Clouet
caba4cb1d1
Add status
2016-01-14 14:48:04 +01:00
AGSPhoenix
d1a03fa4a8
Do not report download for cached resources
...
Moves the UI update code into downloadFile(), after the check to see if
the file is already cached, to avoid reporting that the client is
downloading files when it isn't.
2016-01-13 09:47:41 +01:00
Laurent Clouet
4873b8272b
Fix #47 User can block a project on his client
2015-10-27 21:00:44 +00:00
Laurent Clouet
c5033faab2
Log instead of print to stdout
2015-08-05 21:15:39 +01:00
Thomas Laroche
2560a2d4d2
Fix #15 : Option to shutdown at the end of frame (standalone client)
2015-08-05 19:58:11 +01:00
Laurent Clouet
b088fb920d
Better handle when server is down
2015-07-08 19:44:38 +01:00
Laurent Clouet
c6e2a72ab2
Bugfix: store the number of cpu cores on Job object because it might be changed by the user between the start and end of render
2015-05-26 20:20:54 +01:00
Laurent Clouet
01abee0f70
Cleanup: move Job render call to Job class
2015-05-06 20:34:59 +01:00
Laurent Clouet
02bc6ab21f
Bugfix: wrong log
2015-05-06 20:00:52 +01:00
Jérémy Desvages
8f97c71385
Adding retry (default 5 attempts) for file download and md5 check
2015-05-05 18:35:25 +02:00
Laurent Clouet
d74d85c174
Better log in case of error
2015-04-30 20:51:04 +01:00
Laurent Clouet
77c4760d6b
Better log on error
2015-04-30 20:32:24 +01:00
Laurent Clouet
42f5036d49
better log
2015-04-29 21:21:17 +01:00
Laurent Clouet
62dcaac05b
Bugfix: delete a partial file (on failure)
2015-04-28 18:47:02 +01:00
Laurent Clouet
d64bcd6cf0
Refactoring: merge similar functions in one
2015-04-28 18:46:04 +01:00
Laurent Clouet
2e4b379a04
Client send duration and remaining render time
2015-04-27 20:35:44 +01:00
Laurent Clouet
dbf55ff4bb
Move the Render info to a specific class
2015-04-27 20:10:36 +01:00
Laurent Clouet
2900607658
Better log in case of error
2015-04-23 23:31:39 +01:00
Laurent Clouet
4994b9a209
LINE_NUMBER update method does not work, since blender 2.70 the remaining time is better
2015-04-23 21:56:57 +01:00
Mathis Chenuet
91f67a99b0
Cleanup: simplify renderer script
2015-03-24 21:41:12 +00:00
Laurent Clouet
3854aa7955
Bugfix: When the client is paused, the server still send render kill request because renderingJob is not reseted
2015-03-24 19:42:56 +00:00
Laurent Clouet
11b5f55375
When an error is sent, also send its type
2015-03-11 17:55:44 +00:00
Laurent Clouet
5661dd309c
Detect when gpu render failed (gpu too old or out of memory)
2015-03-10 20:21:50 +00:00
Laurent Clouet
078a36a5e9
Delete script file when render failed
2015-03-10 20:20:37 +00:00
Laurent Clouet
e7af2b3b83
Better log in case of error
2015-03-10 19:39:39 +00:00
Mathis Chenuet
4965617784
Cleanup: use isEmpty instead of size/length
2015-01-28 20:14:59 +00:00
Mathis Chenuet
3497ff7333
Cleanup: switch instead of ifs
2015-01-28 20:11:57 +00:00
Laurent Clouet
8f88e0e3fc
Improvement: better duration display
2015-01-28 00:46:08 +00:00
Laurent Clouet
d17c5c830f
Better end user status
2015-01-27 21:47:33 +00:00
Laurent Clouet
f444bd5526
Cleanup: use generic list instead of low level array
2015-01-25 19:07:32 +00:00
Mathis Chenuet
3ea4107dc1
Cleanup: Use foreach whenever is possible
2015-01-25 18:36:39 +00:00
Laurent Clouet
f71e988475
Improvement: if the gpu vram is less of 1GB reduce the tile size to avoid black image (i.e. out of memory result)
2015-01-24 17:52:37 +00:00
Mathis Chenuet
93d34bc571
Cleanup: remove useless cast
2015-01-23 17:18:23 +00:00
Mathis Chenuet
be687718c6
typo fix
2015-01-20 21:31:59 +00:00
Laurent Clouet
da5fbabb91
Cleanup: indentation
2015-01-20 22:06:05 +01:00
Laurent Clouet
f119eabc77
Merge pull request #10 from artemisart/clean
...
Fix typo and Clean up.
2015-01-18 00:08:41 +01:00
Mathis Chenuet
c81f0b167f
variable renames
2015-01-18 00:00:35 +01:00
Laurent Clouet
f042f7e89a
Improvement: resume option
2015-01-17 22:40:24 +01:00
Laurent Clouet
b61df37034
Set the BLENDER_USER_CONFIG env variable to not use the local blender conf
2015-01-16 17:51:50 +01:00
Laurent Clouet
df7c97b6a4
Improvement: add graphical ui
2015-01-15 23:20:17 +01:00
Laurent Clouet
2df4657202
Improvement: blender internal does not have 'remaining time' value, use instead tile/part to get an approximation on render progression
2015-01-13 21:10:31 +01:00
Mathis Chenuet
31957c0722
spaces to tabs
2015-01-06 12:13:16 +00:00
mvolli
bdf10b36c3
spelling/language corrections
2014-12-23 20:05:29 +01:00
Laurent Clouet
ea7997c625
Improvement: check if the OS and the GPU are supported by the application
2014-12-17 21:47:31 +00:00
Laurent Clouet
b4d64bb754
Cleanup: remove log
2014-12-16 23:16:58 +00:00
Laurent Clouet
d4a1cd4de1
Bugfix: typo and better english
2014-12-16 23:02:14 +00:00
Laurent Clouet
2e65795c0f
Cleanup: remove unused code
2014-12-16 22:45:23 +00:00
Laurent Clouet
dfce71463a
Bugfix: update the UI after a job validation
2014-12-11 13:40:18 +00:00
Laurent Clouet
a2df47d91b
Bugfix: typo
2014-12-08 19:11:42 +00:00