Ashin Ashroff

Ashin Ashroff

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Addpoint Function in Houdini 16 June 30, 2017, 9:38 a.m.

Ahh, setting it to “detail (only once)” fixed the problem.

Addpoint Function in Houdini 16 June 30, 2017, 9:30 a.m.

Hello,

I am trying to create a point inside a geometry group using the attribute wrangle node with the addpoint function like this:

EDIT: I am using Houdini 16

addpoint(geoself(), {0, 0, 0});

The attribute wrangles input is connected to a null. I was expecting to see a point created at the origin. However, I do not see any points created when middle clicking the node. There are no errors either.

I referred to the documentation here : http://www.sidefx.com/docs/houdini/vex/snippets [www.sidefx.com]

But couldn't figure out what went wrong… I'd appreciate some help!

Point Wrangle on a group of points deleting the normal on non selected points. June 20, 2017, 12:02 p.m.

Thanks a lot! That makes sense.

I was able to fix it by doing what you suggested (writing to P instead of *).