Commit Graph

26 Commits

Author SHA1 Message Date
Laurent Clouet 0a68a3357c On linux, only the root can create process with high priority, so don't display the option is the client is launched as regular user 2017-03-19 18:14:33 +01:00
Rolf Aretz Lap d8aa315699 add the ability to set the priority of the render process as commandline argument 2017-01-05 09:58:27 +01:00
Laurent Clouet 2f00d7816d Code formating 2017-01-05 09:35:59 +01:00
hailIulius be3a30facc Use core affinity on windows to improve performance 2016-04-27 19:35:32 +02:00
harrim4n c2a45dbc7c FIX #61 fixed issues with dmesg being rotated 2016-02-18 20:52:24 +01:00
harrim4n c89cfb6749 fixed infinite wait on too large dmesg output 2016-01-28 23:49:23 +01:00
harrim4n ec8fa6a996 Add Freebsd support 2015-11-24 00:55:27 +00:00
Laurent Clouet 0927682365 Force subclass to override system name 2015-06-11 22:19:52 +01:00
Laurent Clouet 1f8757264b No need to set the system path, project dir path is enough 2015-05-06 20:58:37 +01:00
Laurent Clouet 39addc82ef Bugfix: the array need to have a lenght of at least 2 2015-05-06 20:04:28 +01:00
Mathis Chenuet 38ba5a995d Typo: english 2015-03-02 18:03:58 +00:00
Mathis Chenuet bda6691159 Cleanup: redudant new String() 2015-01-28 20:00:00 +00:00
Laurent Clouet f444bd5526 Cleanup: use generic list instead of low level array 2015-01-25 19:07:32 +00:00
Mathis Chenuet 7f10281792 Use String.contains instead of String.indexof 2015-01-25 18:38:27 +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
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
Mathis Chenuet b65d47e906 typo 2015-01-12 23:08:24 +01:00
Mathis Chenuet c174e574f1 ide reformat 2015-01-06 12:13:24 +00:00
mvolli bdf10b36c3 spelling/language corrections 2014-12-23 20:05:29 +01: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 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 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 422a9e74c8 Initial commit
Version 3.3 of the client
2014-11-20 13:21:19 +00:00