Rosen.K Posted March 11, 2019 Share Posted March 11, 2019 Is there a way to iterate over an attribute and copy specific geometry per matching value? Currently I'm isolating the points with the same value and the meshes with the same value, then copying to points. I want to automate that part. Say I'm copying over points and each point has 1 value per MaxHandle out of 6 possible. Then I have 6 meshes with said MaxHandle values in another node. I want to copy the meshes with the same MaxHandle to the point with the same value. Quote Link to comment Share on other sites More sharing options...
tamagochy Posted March 11, 2019 Share Posted March 11, 2019 (edited) you can use foreach loop for points attribute, inside isolate meshes with the same attribute and do what you need Edited March 11, 2019 by tamagochy Quote Link to comment Share on other sites More sharing options...
Rosen.K Posted April 5, 2019 Author Share Posted April 5, 2019 Did this setup and forgot to post it! If anyone finds it helpful, here it is: Where "MaxHandle" is the attribute you want to match. It'll copy the matching meshes to points, based on the same attribute. 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.