Commit Graph

319 Commits

Author SHA1 Message Date
Laurent Clouet 2e65795c0f Cleanup: remove unused code 2014-12-16 22:45:23 +00:00
Laurent Clouet bdfa0d2b2a Bugfix: NullPointerException 2014-12-16 21:17:34 +00:00
Laurent Clouet dfce71463a Bugfix: update the UI after a job validation 2014-12-11 13:40:18 +00:00
Laurent Clouet ac2d2227cb Bugfix: a NativeLong is 32bits on windows and might be 64bits on unix. A 'JavaLong' is always 64bits. 2014-12-10 15:27:12 +00:00
Laurent Clouet a2df47d91b Bugfix: typo 2014-12-08 19:11:42 +00:00
Laurent Clouet b96221a08e Improvement: do not hardcode the id of compute-method and power-detection project instead use an attribute from the job 2014-12-05 15:15:24 +00:00
Laurent Clouet 76c8be9e70 Improvement: do not display an error when the server asked to kill a render 2014-12-03 20:09:50 +00:00
Laurent Clouet 8abcde516f Log renderer output 2014-12-03 20:07:54 +00:00
Laurent Clouet db94e68d2f Improvement: add call for pause/resume client 2014-12-02 20:28:03 +00:00
Laurent Clouet 4de029b3a8 Bugfix: silent IOException because it's mostly due a process who is dead but its handle is still alive 2014-12-02 20:23:41 +00:00
Laurent Clouet e38a2e1ee6 Bugfix: do not close the handle because destructing the object does not mean that the process is dead 2014-12-02 20:23:04 +00:00
Laurent Clouet 957e5bb6d5 Bugfix: by default the compute method should cpu_only because now the server handle correctly cpu+gpu and gpu only 2014-12-02 20:21:12 +00:00
Laurent Clouet 60aeb716d3 Bugfix: cores number could be 0 2014-11-30 23:49:17 +00:00
Laurent Clouet 51752b0e49 The OSX package of blender require a specific path to be launch. If the path is modified 'dyld: Library not loaded: @loader_path' error or static python appear on blender 2.72 2014-11-30 23:42:57 +00:00
Laurent Clouet 4e660988e4 Improvement: better oneline ui 2014-11-25 23:00:52 +00:00
Laurent Clouet af601a7df4 Bugfix: the constructor with parameter should also initialize value (i.e. call the default constructor) 2014-11-24 20:56:13 +00:00
Laurent Clouet 2c03eb2d24 Bugfix: when loading the native process, use the pid parameter not the uninitialized one... 2014-11-24 20:55:08 +00:00
Laurent Clouet c593b23bf8 Improvement: add a text ui who display info in a single line 2014-11-20 17:50:23 +00:00
Laurent Clouet 422a9e74c8 Initial commit
Version 3.3 of the client
2014-11-20 13:21:19 +00:00