Jump to content

Procedural polysplit or divide


reeson

Recommended Posts

Hey guys. I'm doing some sort of procedural armor plates. I manually split a single primitive in a few different ways within a for-each loop. At the end I added random extrude. Now, the question is, is it possible to to make a procedural polysplit/divide for one primitive inside a for-each loop, so in the end you would have one loop in another loop. Here's my hip file. Cheers!

procedural subdivide8.hip

Edited by reeson
Link to comment
Share on other sites

Hi, so you want to split recursively? You can do this. Also to speed your loop, you can likely predefine which primitives will be split and how by assigning some attribute value to them and then loop over the primitives using this attribute, so all prims with the same attributes would be split at once. You would have to replace polysplit with another node though.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...