How to correctly use nested iterate loop

How to correctly use nested iterate loop

joey_skeys
Participant Participant
183 Views
2 Replies
Message 1 of 3

How to correctly use nested iterate loop

joey_skeys
Participant
Participant

t1.png

Hi guys, I'm testing with bifrost rigging, and here's a test hand module working in progress.

I'm creating the finger joints with a iterate loop, and inside the loop I use another iterate to create each joint of a single finger.

The problem now is that, the outer loop's iteration count seems to be limited by the inner loop's iteration count. I can only have 4 fingers if I set the inner loop iteration count which is the parameter finger secs to 4.

And my file attached below. Thanks.

0 Likes
Accepted solutions (1)
184 Views
2 Replies
Replies (2)
Message 2 of 3

morten.bojsen-hansen
Autodesk
Autodesk
Accepted solution

I am not really an expert on rigging in Bifrost and I am not really sure if this answers your question about the loop being limited, but here goes. You have two ports with "Set Port Iteration Limited" set to true (the arrows pointing to the left), which means that this loop will run the minimum of the two inputs iterations.

 

2025-08-27_12-19.png

Message 3 of 3

joey_skeys
Participant
Participant

oh man, you saved my day.

Actually I'm new to bifrost, didn't notice the the little arrow have such limitation with it.

Thank you.

0 Likes