Hello community,
is it possible to do some multithreading with the Pixyz API in a Python script? Like: I have a huge list of occurences and want to add some offsets to their part’s mesh vertices. Can I maybe split the list and hand over the function to multiple threads?
Regards