For loop connectivity struggle

   Views 379   Replies 3   Subscribers 0
User Avatar
Member
2 posts
Joined: 3月 2023
Offline
Hello.
I'm having some difficulty in connecting ports within a for loop.

What i'd like do in one component script is -

Add a subnet between 2 TransfromObjects. But for multiple sets of objects with unique tags

For instance

index_joint0 > subnet > index_joint1
middle_joint0 > subnet > middle_joint1
pinky_joint0 > subnet > pinky_joint1

I can hook up the subnet to one joint, but struggling with the logic to hook it up correctly to both.

Any steers in the right direction be much appreciated

scene attached
Image Not Found

Attachments:
connectivity.hip (423.0 KB)

User Avatar
Member
54 posts
Joined: 8月 2024
Offline
here is one solution if I'm understanding correctly what you want .
Edited by MatijaK - 2025年3月13日 02:19:03

Attachments:
connectivity.hiplc (416.0 KB)

User Avatar
Member
54 posts
Joined: 8月 2024
Offline
This solution is more what are you searching I think.Hope it helps
Edited by MatijaK - 2025年3月13日 02:19:34

Attachments:
connectivity02.hiplc (416.1 KB)

User Avatar
Member
2 posts
Joined: 3月 2023
Offline
MatijaK, thankyou.

That is exactly it.

I'd managed a workaround but not nearly so elegant.
This is perfect.
  • Quick Links