Simple Issues - Printable Version +- tyFlow Forum (https://forum.tyflow.com) +-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html) +--- Forum: Bugs and Issues (https://forum.tyflow.com/forum-3.html) +--- Thread: Simple Issues (/thread-932.html) |
Simple Issues - MAF - 07-23-2019 First of all, Thank you, Tyson, because of TyFlow, It's basically THE BEST. When using Resample Op, if 'By distance Thresh' set to 0.0, max just freezing and not any exception occurs. [TyFlow 0.16039, Max 2020] RE: Simple Issues - tyFlow - 07-23-2019 Resample is typically for strings of particles. Technically it will work when using Birth Surface on a mesh instead of a spline, but won't give the affect you may intend. Also when you set it to 0 it's freezing because it's trying to generate a huge number of particles. I should probably put a count limiter in there. The threshold setting is the minimum distance from sibling particle A to B that will cause a resample point to be generated. So if 2 particles are 10 units apart and you set the threshold to 10, they will get a resample particle between them. If you set it to 5, they will get 2 particles, etc. Set it to 1, they will get 10 particles. Set it to 0 = infinite particles RE: Simple Issues - MAF - 07-24-2019 (07-23-2019, 04:44 PM)tyFlow Wrote: Resample is typically for strings of particles. Technically it will work when using Birth Surface on a mesh instead of a spline, but won't give the affect you may intend. Of curse 0 division = infinite particles, but I mean that about just an exception for handling the situation when accidentally we just right click on the parameter and it goes to zero RE: Simple Issues - tyFlow - 07-24-2019 Already added in the next build RE: Simple Issues - MAF - 07-24-2019 (07-24-2019, 07:45 AM)tyFlow Wrote: Already added in the next build You are the FLASH. |