Jump to content

houdini boolean Fracture sim GEO export alembic from maya import uv error


immeen

Recommended Posts

Boolean creates new geometry, so you may lose UV in the process.

Maybe, you can try Attribute Transfer to transfer UVs from your initial geometry to the fractured one using boolean, and then export the broken pieces. Alternatively, use a Point Wrangle, with broken geo in first input, initial geo in second input, and use xyzdist() to project each point of the fractured object onto the initial one, find the point where it projects, and use primuv() to retrieve the uv and store it on your broken geo.

Hope that helps

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