Commit Graph

34 Commits

Author SHA1 Message Date
Laurent Clouet 664954fab0 Enable graphical ui by default 2015-01-16 00:49:56 +01:00
Laurent Clouet 32eecd94f4 Login/Password are not required on the command line since it could the ui who will set them up 2015-01-15 23:34:58 +01:00
Laurent Clouet fae62d3793 Bugfix: add missing file 2015-01-15 23:22:22 +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
Laurent Clouet ffb49740af Improvement: use the update_method provide by the server 2015-01-13 21:07:58 +01:00
Laurent Clouet 207533867b Bugfix: if version argument is used on command line, only display the version and them quit 2015-01-12 23:09:34 +01:00
Mathis Chenuet c174e574f1 ide reformat 2015-01-06 12:13:24 +00:00
Mathis Chenuet 31957c0722 spaces to tabs 2015-01-06 12:13:16 +00:00
Laurent Clouet 2256d35be2 Improvement: add an error code when the renderer(blender) is not found on the server side 2014-12-30 22:06:34 +01:00
Laurent Clouet 793eff86eb Bugfix: wrong log 2014-12-30 21:14:05 +01: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 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