logix1390 Posted July 7, 2017 Share Posted July 7, 2017 Hello, I am trying to copy fractured pieces from a fractured box to points on a grid. I have moved each piece to the origin, then copied them inside a foreach. However, it copies all of the pieces instead of a unique piece to each point. I know I have to do something with the name and piece attribute but I am not sure the direction to go in. Would love to get an opinion on this. I'll attach my scene file for anyone who wants to take a look. Thank you voronoifracture_to_points.hip Quote Link to comment Share on other sites More sharing options...
Noobini Posted July 7, 2017 Share Posted July 7, 2017 your loop to copy something to points is wrong...the points should feed the loop, not the 'something'. ie. if you have 100 points to copy 20 things onto....then it should loop 100 times, not 20 times... (maybe someone can show a much quicker way to get the 'name' logic...I just did a 'clunky' way cuz I don't know much about 'naming' the pieces yet...) voronoifracture_to_points2.hipnc Quote Link to comment Share on other sites More sharing options...
logix1390 Posted July 10, 2017 Author Share Posted July 10, 2017 Thank you Noobini, I got it to work 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.