Daviaoso Posted March 30, 2020 Share Posted March 30, 2020 Hey all, it's first post here and new to Houdini so I appologise if this isnt the easiest to follow. I have been trying to create a robust system for controlling vornoi fracture points, their glue strength and a way of manually breaking constraints between points. Ive been following some tutorials piecing together relevant bits from each to try and achieve this. My current issue Im facing is that once I play the simulation and the constraints start breaking they start flickering back on and glueing parts of the object which have already been broken. From my undertanding I think the manual breaking of constraints which is conflicting with the remove_broken SOP solver within DOPs, but I can't figure out how to get them both to work together. Any help would be greatly appreciated as I've hit a brick wall with this. Ive provided my scene file - I hope it's all easy to undertand. Thanks. Fracture_v001_notworking.hiplc Quote Link to comment Share on other sites More sharing options...
Daviaoso Posted April 3, 2020 Author Share Posted April 3, 2020 Im not sure if bumping my own thread is allowed but if anyone could offer any help it would really help me out! Quote Link to comment Share on other sites More sharing options...
nuki Posted April 3, 2020 Share Posted April 3, 2020 (edited) problem is the 'Overwrite with SOP' on the constraint network, its restoring the constraints broken by impacts. I simply disabled that and import the Cd attribute in the sop solver, then use that for breaking the constraints. That way you don't clash with the breaking behaviour of the bullet solver. Oh, I also raised the min strength of the constraints to 1 somewhere along the way. Fracture_v001_working.hiplc Edited April 3, 2020 by nuki Quote Link to comment Share on other sites More sharing options...
Daviaoso Posted April 6, 2020 Author Share Posted April 6, 2020 Hey, thanks so much I had tried turning the overwrite to sop to 0 but didnt realise I had to import the Cd attribute into the SOP solver, youre a life saver 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.