ForeverMovement Posted August 15, 2018 Share Posted August 15, 2018 Hello all, I'm trying to learn through RBD by doing a sim where a fence gets riddled with bullets. I have the basic sim in place and where I think it all should be but when I sim it just explodes anyway instead of holding together. Attached below is the scene file because I'm truly lost. Thanks! FenceBreak_01.hipnc Quote Link to comment Share on other sites More sharing options...
merlino Posted August 15, 2018 Share Posted August 15, 2018 (edited) Try putting the Glue's strength = -1 (unbreakable). Then in the "Remove Broken" sop solver: attribute promote should use the "Maximum" method, the attrib wrangle should Run Over "Primitives" and instead of removing the primitive based on the Cd, you should put it in the broken group like this: @group_broken = 1; It should works... Edited August 15, 2018 by merlino 1 Quote Link to comment Share on other sites More sharing options...
ForeverMovement Posted August 15, 2018 Author Share Posted August 15, 2018 1 hour ago, merlino said: Try putting the Glue's strength = -1 (unbreakable). Then in the "Remove Broken" sop solver: attribute promote should use the "Maximum" method, the attrib wrangle should Run Over "Primitives" and instead of removing the primitive based on the Cd, you should put it in the broken group like this: @group_broken = 1; It should works... My god it does work, thank you! Now I just need to find a way to transfer the velocity attribute from those same impact points to the rbd sim itself, any ideas? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.