top of page

Houdini Quick tip #03 (Points number to array)

  • Writer: Alaa Alnahlawi
    Alaa Alnahlawi
  • Aug 31, 2018
  • 1 min read

ree

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.

Comments


bottom of page