Jump to content

Houdini 18 Breaking glue without impact


osmanertasdiken

Recommended Posts

Hi,

I'm working on a scene where there is an object floating and rotating in space and it has to start breaking constraints at frame 1020 and continue breaking gradually until frame 1100. 

I have tried creating a sop solver inside the Houdini 18's new rbdbullet solver, but I couldn't get it to work I believe it's due to the constraint solver that is connected to post rbd sim.

How can I break the glue constraints gradually within a frame range?

Link to comment
Share on other sites

3 minutes ago, tamagochy said:

float f = fit(@Frame,1020,1060,0,1);
if(rand(@primnum)<f) removeprim(0,@primnum,1);

Use it on your constraints

Thank you for your reply, I am creating the constraints rbdmaterialfracture sop, then feeding into the rbdbulletsolver, if I put this code in breaking threshold tab on the dopnetwork it doesn't work, I also tried feeding the attribute wrangle in between fracture and dop still not working. Where am I supposed to use this expression?

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