Im trying to make a group of flip particle based on velocity in dop network. some how the group is not forming. I want that the particles should have gravity only when they get the velocity im specifying. The dynamic group i formed is not behaving like the way i want.
Can some please have a look at the file and help me.
Houdini13 Dynamic group Problem
2829 3 1- shachisingh
- Member
- 4 posts
- Joined: 6月 2012
- Offline
- gaurav.mathur
- Member
- 12 posts
- Joined: 10月 2014
- Offline
Group dop operates on simulation objects not necessarily on any of the sub data attached to it. ( Well ultimately every thing is data anyways, I am afraid if i can explain it )
Think of this : If you have 10 boxes as 10 individual rbdobjects in dops, Group dop will work and return you a group of rbd objects based on given condition.
Now, pick any one of our rbd box which has 8 points as geometry (1 for each corner). Can you make a group of any two of its point using group dop and apply gravity selectively just on those 2 points ?
Something similar here with Flip particles too. They are geometry sub data attached to simulation object namely as “Flipfluidobject”
however you can create n groups in sopsolver and use popforce or popwrangle affecting only chosen ones piped into particle velocity input of flip solver.
HTH,
-GM
Think of this : If you have 10 boxes as 10 individual rbdobjects in dops, Group dop will work and return you a group of rbd objects based on given condition.
Now, pick any one of our rbd box which has 8 points as geometry (1 for each corner). Can you make a group of any two of its point using group dop and apply gravity selectively just on those 2 points ?
Something similar here with Flip particles too. They are geometry sub data attached to simulation object namely as “Flipfluidobject”
however you can create n groups in sopsolver and use popforce or popwrangle affecting only chosen ones piped into particle velocity input of flip solver.
HTH,
-GM
- tamte
- Member
- 8856 posts
- Joined: 7月 2007
- Offline
- shachisingh
- Member
- 4 posts
- Joined: 6月 2012
- Offline
-
- Quick Links