Why is the $N local variable missing at the Group node?
1943
2
1
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
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?
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
Aug. 12, 2017 4:53 p.m.
You've answered your own question correctly but the change isn't an arbitrary decision.
For a great overview of the changes to SOP's and the reasons for the changes check out this Webinar with Jeff Wagner.