John Mather

johnmather

About Me

EXPERTISE
Developer

Connect

LOCATION
Canada
WEBSITE

Houdini Skills

Availability

Not Specified

My Badges

SideFX Staff
Since Aug 2019

Recent Forum Posts

Houdini Digital Assets for HFX, HIndie, HApprentice July 10, 2026, 4:31 p.m.

If you sell the HDA on Orbolt, it will be converted to a full commercial HDA.

https://www.orbolt.com/faq/question/14/can-i-create-and-sell-assets-houdini-apprentice-and-apprentice-hd [www.orbolt.com]

HDK Multithreading over point groups(one thread - one group) July 6, 2026, 4:26 p.m.

Be sure to check this page: https://www.sidefx.com/docs/hdk/_h_d_k__g_a__using.html#HDK_GA_Using_Parallel [www.sidefx.com]

For foreach-style algorithms, the simplest approach is to use GAparallelForEachPage() which provides a higher-level API that is convenient to use with lambdas.

HDK (find neighbours) optimization June 29, 2026, 10:29 a.m.

That looks more or less correct. You can also use bvh.sortResultsto sort based on distance.