Hi there,
I'm a very junior VFX artist, and new to houdini - and in need of some help.
I have a point cloud out of a popnet, which i want to run through a attribwrangle, to adjust the density of points that have less than n neighbours.
I have the attribute numproximity, and I want to reduce the density of points with less than 500 neighbours down by 20% per frame.
this is what i came up with with my limited knowledge:
if (@numproximity <= 500); @density = density * 0.2
which of course is not working since it .a. does not work, and .b. would reduce the density of all points (I think).
Any help will be much appreciated!
No help at all? How about an alternative solution?