jean_marc

jean_marc

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

trying to count number of points in group using pop wrangle. July 19, 2019, 10:41 a.m.

ok thanks , that seems to work, if i setup a wrangle after the popnet, i can read it .

trying to count number of points in group using pop wrangle. July 19, 2019, 8:03 a.m.

hi,
I have setup a simple popnet as a test and using a pop wrangle I'm setting all points as they spawn to a group called test. I then try and read the number of points from this group using npointsgroup. I can see there are 1000's of points in the “test” group by getting info on the wrangle node but npointgroup always return a big fat 0.

its something simple, just not seeing it.

cheers marc.

setpointgroup(0, "test", @ptnum, 1, "set");
int j = npointsgroup(0,"test");
printf("%i", j);

getting a custom attribute from inside a popvop thats inside a popnet? April 11, 2019, 5:45 a.m.

Hi,
I've created the attribute (v@center) inside an attribute wrangle and I'm trying to access it from inside a popnet that I connected after that attribute wrangle. In fact its from inside a popvop that's inside the popnet. Ive tried bind and import detail attributes nodes but get 0. any advice?

thanks Jean marc