Hey all!
So I'm currently trying to do something processor intensive and would very much like to utilise more cores. Multithreading isn't much use because of the GIL. And multiprocessing...if it could work it wouldn't be able to call any C4D functions so that's not useful. So I came up with another idea: Launching several instances of Cinema in parallel and splitting the workload across them via commandline arguments intercepted by a message plugin. But, for some reason that no longer works:
"Warning: Unknown arguments: -parallel"
Has this function been removed in recent versions?
I tried commandline also but it closes instantly because I'm not rendering anything.
Any help here would be greatly appreciated.