Jump to content

Let a primitive attribute (name) survive polygon to vdb to polygon


anicg

Recommended Posts

After voronoi fracture, each piece has a name and can be coloured differently based on the name (color node, random from attribute: name).

After the vdb, and vdb convert to polygon, the name is still there but not for every piece, it’s one name one colour for the whole thing, all the pieces get the same colour.

how do i “smuggle” the name attribute through vdb and still get it after i convert vdb to polygon?

Edited by anicg
Link to comment
Share on other sites

When you convert multiple primitives to a VDB the VDB is a single primitive, hence you're only getting one name in the process.  

You need to do this conversion inside a for loop(by name) to ensure the correct name is copied to each piece.

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...