Houdini Quick tip #03 (Points number to array)
- Alaa Alnahlawi
- Aug 31, 2018
- 1 min read

Two ways I found out until now to sort your geometry points number in a detail array attribute:
- A conventional and more straight forward way where you loop through all the points and add them one by one to the array.
- Or a cleaner way using the expandpointgroup() vex code which will do the job for you.
Comentarios