tyFlow Forum
Birth Objects - Object Element option Multithreaded - Printable Version

+- tyFlow Forum (https://forum.tyflow.com)
+-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html)
+--- Forum: Feature Requests (https://forum.tyflow.com/forum-4.html)
+--- Thread: Birth Objects - Object Element option Multithreaded (/thread-1851.html)



Birth Objects - Object Element option Multithreaded - HHbomb - 07-22-2020

Hi,
I was working with leaves of trees, and I wonder if it could be possible to have "Object Element" option in Birth Objects to be Multithreaded ?
Or this is something not really possible by natureĀ ?
Thanks


RE: Birth Objects - Object Element option Multithreaded - tyFlow - 07-23-2020

Funny I ran into the same issue the other day and found a place where element extraction could be further threaded, so in the next build it will be faster. However, there are some parts of the extraction algorithm that must remain sequential....so if you're trying to extract a huge number of elements from a very dense mesh, you will always likely have some level of slowdown.


RE: Birth Objects - Object Element option Multithreaded - HHbomb - 07-23-2020

(07-23-2020, 02:05 AM)tyFlow Wrote: Funny I ran into the same issue the other day and found a place where element extraction could be further threaded, so in the next build it will be faster. However, there are some parts of the extraction algorithm that must remain sequential....so if you're trying to extract a huge number of elements from a very dense mesh, you will always likely have some level of slowdown.

Thank you so much !