dyno

dyno

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

VOP array append. Feb. 5, 2016, 10:19 p.m.

Thank you so much for your time Matt ! this is very very helpful !
I was just trying to optimize the process using a compare for both point and detail attribute.
But I understand a bit more the concept of data flow inside a VOP node thanks to you.
Sorry for my ignorance but would it be easier to do that kind of thing inside an attribute wrangle?
I noticed you use Bind attribute. Is there any difference with a set attribute?
I read somewhere that a bind attribute is faster then set attribute but I'm not sure if it's still true in H15.

Cheers!

VOP array append. Feb. 5, 2016, 3:07 a.m.

Hi everyone,

I wonder if someone could help me with arrays in a VOP context please.
I'm trying to feed a detail attribute (integer array) with point numbers filtered in an attribute VOP.
My problem is that I can append only one point in the array and I have no idea how to get all of them.
I guess I need a “for loop” but I didn't have any success so far.
Am I wrong when I assume a VOP node is a loop for each point?

Thanks.