Is multiprocessing possible ?
-
On 22/09/2013 at 12:51, xxxxxxxx wrote:
Hello,
As I know, the Python scripts runs on a low priority level thread and are not very powerfull for big calculation.
I heard about the multiprocessing library available on Python to use all the CPU capacity, but I cannot made it work in Cinema 4D, I get pickling error and don't really understand how it works.
Does anyone has been able to use the multiprocessing library on C4D ? Is it possible ?
-
On 24/09/2013 at 02:42, xxxxxxxx wrote:
Hi César,
due to the way how Python Plugins are imported, it is not possible to use the
multiprocessing module in Cinema 4D. Maybe it is with a huge workaround, but
it is not officially supported.Best,
-Niklas -
On 26/09/2013 at 05:59, xxxxxxxx wrote:
Thanks for your answer.