Anton Veretennikov

fluffy_bird

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Why is the $N local variable missing at the Group node? Aug. 12, 2017, 3:16 p.m.

I found the answer to my own question. It's basically because everything in Houdini is moving toward VEX expressions, so I guess that's why $N is disappearing from some of the modern nodes.

Please correct me if I'm wrong

Why is the $N local variable missing at the Group node? July 8, 2017, 6:06 p.m.

I thought it would be easy to swap between Group node and Delete node and use the same
0 $N
expression, but instead I have to use
0 `nprims("../<somenode>")-1`
.

Is there a reason behind not having “N” local variable in the Group node?