Resample : Optimize - Printable Version +- tyFlow Forum (https://forum.tyflow.com) +-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html) +--- Forum: Feature Requests (https://forum.tyflow.com/forum-4.html) +--- Thread: Resample : Optimize (/thread-2804.html) |
Resample : Optimize - nayan - 12-12-2021 Hey there Is it possible to have Resample : Optimize not break the bindings..... For e.g. I have particles generated on line spline, what I am doing is when a bind pair is stretched it creates new particle depending on the threshold of resample : Interpolate and when the bind pairs or siblings are compressed at certain threshold the particles are deleted and so obviously the binds also get deleted. Can we not have binds deleted in resample :Optimize Thank you Nayan Bodawala RE: Resample : Optimize - tyFlow - 12-13-2021 Interesting idea but for now it won't be possible, no. If your setup is simple enough, you could manually do the optimizations in a Script operator...ie, measure bound particle distances and when they're below a certain threshold you delete them and rebind any adjacent particles. |