Hi everyone, I'm trying to make each connected points(@class) being deleted overtime when they above XZ plan.
I made a bounding sphere for each @class and copy to itself with decreasing @pscale when it's above the plan.
And delete the points outside the sphere.
It works well when I set it to “single pass”
but it works totally wrong when merges all iterations together…
I have attached an example file below, it'll be fantastic if someone can help me out with this.
Sop solver in For each loop
3253 2 1-
- rush2112
- Member
- 9 posts
- Joined: Feb. 2016
- Offline
-
- tamte
- Member
- 9129 posts
- Joined: July 2007
- Online
you can't use Solver SOP or anything else that uses DOPs inside of the For Each
It's be difficult to keep track of the individual simulations in for each especially sine you can have different number of pieces each frame, etc
what about doing it without for each?
here is an example using your technique with bounding sphere, but is easily extendable to other ways like eroding edge particles etc…
It's be difficult to keep track of the individual simulations in for each especially sine you can have different number of pieces each frame, etc
what about doing it without for each?
here is an example using your technique with bounding sphere, but is easily extendable to other ways like eroding edge particles etc…
Tomas Slancik
CG Supervisor
Framestore, NY
CG Supervisor
Framestore, NY
-
- rush2112
- Member
- 9 posts
- Joined: Feb. 2016
- Offline
-
- Quick Links