Hi
I am trying to create a vellum softbody object that falls apart on impact.
I have my pieces with tetconform and tetrahedral constraints. Then add a weld on the edges of the outer shell.
For some reason the combination of tetrahedral and weld points makes the welds unbreakable.
It's important I use tetrahedral for this project.
Any ideas why this might be happening?
Vellum tetrahedral + weld points - welds dont want to break
341 3 1- pitapan
- Member
- 15 posts
- Joined: 6月 2012
- Offline
- vicvvsh
- Member
- 54 posts
- Joined: 4月 2016
- Offline
- pitapan
- Member
- 15 posts
- Joined: 6月 2012
- Offline
vicvvshThank you for the input, your solution is equicalent to just turning the welds off so not really what I am looking for.
Hi,
to break weld constraint 'weld' point attribute on a geometry (not constraint) has to have value -1.
I.e. vex code:in a popwrangle dop should work in your example.if(@Frame>9) i@weld = -1;
I want to break the welds based on the stretch stress etc. It works really well with struts but somehow in tetrahedral it doesn't I am not really sure why.
- tamte
- Member
- 8780 posts
- Joined: 7月 2007
- Offline
pitapanThere is no stretch stress generated from tetrahedral constraints, as a workaround you can add Distance Constraints at least to the outside polygons which are welded and set it's Stiffness to 0vicvvshThank you for the input, your solution is equicalent to just turning the welds off so not really what I am looking for.
Hi,
to break weld constraint 'weld' point attribute on a geometry (not constraint) has to have value -1.
I.e. vex code:in a popwrangle dop should work in your example.if(@Frame>9) i@weld = -1;
I want to break the welds based on the stretch stress etc. It works really well with struts but somehow in tetrahedral it doesn't I am not really sure why.
That way it should not affect your sim but you should be able to use Stretch Ratio it Stretch Distance breaking type on welds
Tomas Slancik
FX Supervisor
Method Studios, NY
FX Supervisor
Method Studios, NY
-
- Quick Links