DavidGG94 Posted March 6, 2020 Share Posted March 6, 2020 Hi, I'm trying to create a procedural wire set up and I'm looking for a way to create this wires. Right now I'm trying to create an ADD node and connect my points by group but I dont know how to create that ADD node for each group of points there is. I'm kind of lost and dont know if doing it with VEX would be better but that also brings other trouble as I'm not that proficient in it. I'm attaching a diagram of what I'm trying to achieve. Quote Link to comment Share on other sites More sharing options...
Noobini Posted March 8, 2020 Share Posted March 8, 2020 (edited) like this ? i have group_0/1/2/3 while you have a/b/c/d...same same this method will work if you have different point counts per line. vu_LinesbyName.hipnc Edited March 8, 2020 by Noobini 1 Quote Link to comment Share on other sites More sharing options...
konstantin magnus Posted March 8, 2020 Share Posted March 8, 2020 Hi David, the add node allows connecting points by groups (use an asterisk for multiple ones, eg. groupname_*) or attributes (which is advisable). connecting.hipnc 1 Quote Link to comment Share on other sites More sharing options...
DavidGG94 Posted March 10, 2020 Author Share Posted March 10, 2020 On 3/8/2020 at 8:19 AM, konstantin magnus said: Hi David, the add node allows connecting points by groups (use an asterisk for multiple ones, eg. groupname_*) or attributes (which is advisable). connecting.hipnc This is exactly what i was looking for, thank you so much. Thanks to both of you for taking time to help me out. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.