andmotion Posted July 25, 2019 Share Posted July 25, 2019 (edited) Hi, What would be the best way to loop thru let say 20 pieces inside For Each Loop Block while I send to it 50 pieces? I would like to fracture just a specific bits inside the loop not all of them and not random ones. Thanks:) Ray_example_IMPORTANT.hipnc Edited July 25, 2019 by andmotion Quote Link to comment Share on other sites More sharing options...
Jesper Rahlff Posted July 25, 2019 Share Posted July 25, 2019 you could put those 20 pieces in a group before entering the loop and then simply have a switch evaluating if the piece is in the group or not. Quote Link to comment Share on other sites More sharing options...
anim Posted July 25, 2019 Share Posted July 25, 2019 Or just split off those 20 pieces, run through for each and merge with the other 30 Quote Link to comment Share on other sites More sharing options...
andmotion Posted July 26, 2019 Author Share Posted July 26, 2019 Thanks Guys, Yes that was actually not that tricky. I just group those 20 pieces before they enter the loop and prefracture them and then merge them outside the loop with the other 30 pieces. Thanks 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.