Posts tagged ptnum
Houdini Expressions & Functions

Houdini expressions are functions available to help you calculate values in the parameters of the nodes. You may have seen $HIPNAME which returns the name of the current hip file. Or the centroid one that I use most often for procedural modeling, $CEX $CEY $CEZ, which returns the centroid vector component.

Read More
Procedural Modeling in Houdini

Procedural Modeling has infinite possible ways of doing things, and the way Houdini does its point number assignment makes it very convenient to write VEX code to automate things. Using VEX into your procedural modeling workflow is a huge advantage.

Read More