Sorry the redundant title I don't know how to edit it.
I have a low fluid mesh and inside I have some shapes that is formed by the empty areas of the particles.
I just want to exctract the outside mesh of the fluid, does it make sense? Is there a way to do it easily?
Thanks.
Extract only the outside mesh of a fluid mesh
7671 13 2- mzigaib
- Member
- 975 posts
- Joined: April 2008
- Offline
- mzigaib
- Member
- 975 posts
- Joined: April 2008
- Offline
- zdimaria
- Member
- 390 posts
- Joined: Jan. 2012
- Offline
- mzigaib
- Member
- 975 posts
- Joined: April 2008
- Offline
zdimaria
You should be able to take the surface field and delete any points that are x points away from the surface. I think scott keating covers how to do this in his waterfall tutorial.
Thanks for the feedback!
I´ll take a look on the waterfall tutorial again, thanks.
The only thing that is kind of specific is that in this case is that all is part of the same surface and I didn't make any simulation this is just the result of a particle mesh from points scattered on a surface, the gap is where the points are placed so it's like a thick sheet of surface surrounding my object, I hope that makes sense.
I´ll take a look on the tutorial I´ll cry for help again if I don´t succeed on this
Cheers!
- zdimaria
- Member
- 390 posts
- Joined: Jan. 2012
- Offline
well that method wont really help in your immediate situation.. you would need to re-sim, save the surface field and then delete the points before you skin. if you can't re sim than you'll need to go about it some other way. what that is off the top of my head i have no idea lol. i will try and think though
.
- mzigaib
- Member
- 975 posts
- Joined: April 2008
- Offline
Thanks for the help, I tried to use connectivity and delete the just the objects that I don't want and that work at certain point but I need to choose the group name myself, and since my object with the scatter points is going to move a little those groups are messed up, would be nice to just select the outside part in some way
- zdimaria
- Member
- 390 posts
- Joined: Jan. 2012
- Offline
i think it will be hard to do right every time procedurally. this is because even if use connectivity, as soon as you get a small splash or bubble, you have a different number of groups. if i had to get this done for a shot with a short deadline, i would probably hit ‘0’ and go frame by frame and hack away in the viewport, and then the next time i had this kind of shot, id cache out the surface field to use.
.
- zarti
- Member
- 330 posts
- Joined: July 2007
- Offline
- eetu
- Member
- 606 posts
- Joined: May 2007
- Offline
That's a neat way of approaching it.
I have too had this problem, mostly when creating proper SDFs for objects.
If the source object is messily constructed, you end up having to use the “Minimum” mode and then you get all sorts of mess inside the object.
What I did was build a small “delete all but the largest continuous piece” tool, it tends to be what is wanted. (I'll send a hip tomorrow)
I have too had this problem, mostly when creating proper SDFs for objects.
If the source object is messily constructed, you end up having to use the “Minimum” mode and then you get all sorts of mess inside the object.
What I did was build a small “delete all but the largest continuous piece” tool, it tends to be what is wanted. (I'll send a hip tomorrow)
- Pagefan
- Member
- 519 posts
- Joined:
- Offline
- mzigaib
- Member
- 975 posts
- Joined: April 2008
- Offline
- zdimaria
- Member
- 390 posts
- Joined: Jan. 2012
- Offline
- tamte
- Member
- 8780 posts
- Joined: July 2007
- Offline
here is another idea
since outside shell has normals pointing outwards and for all inside bubbles they usually point inwards
when you calculate volume of individual connected pieces it will be negative for pieces with normals pointing inwards so you can delete them
since outside shell has normals pointing outwards and for all inside bubbles they usually point inwards
when you calculate volume of individual connected pieces it will be negative for pieces with normals pointing inwards so you can delete them
Tomas Slancik
FX Supervisor
Method Studios, NY
FX Supervisor
Method Studios, NY
- zarti
- Member
- 330 posts
- Joined: July 2007
- Offline
-
- Quick Links