VEX Isn’t Scary - Part 5: Loops

Welcome to ’VEX Isn’t Scary’! This is a continuation of the ’Houdini Isn’t Scary’ series and covers how to code in Houdini and use that code to drive your 3D work. This was only available on Patreon but was brought onto the public domain by SideFX. Now, it is available here on our channel so that you can easily access it. In part 5, we explore more of the conditionals – loops. Loops are useful for running over multiple instances of something or for repeating code under particular conditions. Here we break down how the For-each, For and While loops work at their core. You will learn about when to use each one, and end with creating a basic infection solver.
Back to Top