justin_d Posted June 10 Share Posted June 10 Hi All, I'm new to Houdini. Does anyone know how a Remesh node can be applied to the individual pieces of a Voronoi Fracture after they've passed through the RBD Cluster node? The goal is to Remesh each part in it's original position. I can almost get the desired results by simply using the Exploded View node before the Remesh. (The image shows this.) But the Clusters are no longer packed together in this case, and I don't know if there is a way to easily move them back to their original locations. I realize that the Blast node can be used to access each Cluster individually by name, but I'm hoping the process could be automated. I've tried a For-Loop, but without success so far. Any ideas will be welcome. Thank you! Quote Link to comment Share on other sites More sharing options...
Sepu Posted June 12 Share Posted June 12 In for each loop you can, you just need to use the name attribute of each piece to go through each individual piece, if you start typing `for each` use the one that says `name primitive` which should use the piece attribute named `name` if you do not have a name attrib you can always use the connectivity SOP and use the class attribute instead. 1 Quote Link to comment Share on other sites More sharing options...
justin_d Posted June 13 Author Share Posted June 13 Thank you! Your tip works perfectly. Helpful also for better understanding how Houdini structures For-Loops! 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.