thanks alot for the reply!i am beginner in scripting, and i am writing a script for Blender, and maybe after a month or two, i will need to to implement something like that!peace!
if this pypy is so faster, i have a questio nfor u - is there some easy way to write a script for Blender in python 3.1 and then make some kind of magic to make this pypy make the hard work?
you need to split your program into two parts, the part that is compiled by PyPy and is written in RPython. The second part is written in python3 and runs inside Blender. The two processes must talk over a pipe or socket.
thanks alot for the reply!i am beginner in scripting, and i am writing a script for Blender, and maybe after a month or two, i will need to to implement something like that!peace!
golemkonty 1 year ago
if this pypy is so faster, i have a questio nfor u - is there some easy way to write a script for Blender in python 3.1 and then make some kind of magic to make this pypy make the hard work?
golemkonty 1 year ago
@golemkonty
you need to split your program into two parts, the part that is compiled by PyPy and is written in RPython. The second part is written in python3 and runs inside Blender. The two processes must talk over a pipe or socket.
goathead2000 1 year ago