Jump to content

Cookie/Bool Help


Recommended Posts

3 hours ago, 6ril said:

cookie works pretty well with watertight geo.

if you can be 100% sure that the geometry does not have geometry at the same position at the cookie object (incidental faces)
and it will also quickly fail with very sharp angles (high frequency noise) I think.

For one-off tasks cookie is fine, if you can always verify the result.

For more procedural tasks, I go with Fathom...
avoid them like the plague, locking yourself into using cookies is a bit of a "newb trap" :P,
because you have to be sooo careful with your procedure that you will likely limit the possible outputs more than you would using other methods.

Sure it is often a bit more work, but VDBs or clips are much more stable.

 

Link to comment
Share on other sites

Right, but clip is a very limited action, and VDBs are great unless you work on a large complex model (a full building for example).

I've only used cookie once, for a building that I need to expose via complex animated clipping, and it was (with my level and with the help of this forum) the only way to go. I tried VDBs / combine/ convert, but it is way way too slow when you need to keep fine details.

Of course, a more reliable cookie sop would be very very welcome !

Link to comment
Share on other sites

ok yeah for maintaining sharp corners VDBs are kind of heavy if the details are small.

There are some tricks you can do with the clip node though ;), you can save the point positions,
then deform the object so that it is unwrapped along the cutting line, clip it, and restore the original point positions.

Credit to Kim for giving the idea:

Just rewrote the basics in VEX, and note that this method does have some quirks as well, but those are mostly inaccuracy problems, actually break it is a lot harder than with a cookie :P

 

 

MorphClip.hipnc

  • Like 1
Link to comment
Share on other sites

4 hours ago, acey195 said:

ok yeah for maintaining sharp corners VDBs are kind of heavy if the details are small.

There are some tricks you can do with the clip node though ;), you can save the point positions,
then deform the object so that it is unwrapped along the cutting line, clip it, and restore the original point positions.

Credit to Kim for giving the idea:

Just rewrote the basics in VEX, and note that this method does have some quirks as well, but those are mostly inaccuracy problems, actually break it is a lot harder than with a cookie :P

 

 

MorphClip.hipnc

Pretty awesome way, Twan

Working far better than cookies or VDB!   

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