Forum: Poser Python Scripting


Subject: Multiprocessing possible?

colorcurvature opened this issue on Mar 24, 2013 ยท 7 posts


colorcurvature posted Tue, 26 March 2013 at 1:01 AM

Hm, I think I did not even do import poser. poser is I think always visible. I tried with python shell: import multiprocessing def foo(something): return p = Process(target = foo, args = (0,) ) p.start() poser will then suddenly try to open a new scene in a script poser deadlocked. i had the if main in place.