How to let particles disappear gradually? - Printable Version +- tyFlow Forum (https://forum.tyflow.com) +-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html) +--- Forum: General Discussion (https://forum.tyflow.com/forum-2.html) +--- Thread: How to let particles disappear gradually? (/thread-1066.html) |
How to let particles disappear gradually? - HuaLi - 08-28-2019 How to let particles disappear gradually? I added "Time Test" and "Delete" operators , set the "test value" to 200 frame, the paticles disappear immediately at 200 frame, I want to let the particles disappear gradually, how to do it? this is my operator settings: this is my screen recording, the paticles disappear immediately: disappear_immediately.mp4 (Size: 2.69 MB / Downloads: 324) this is an example, the paticles disappear gradually, that is what I want: disappear_gradually.mp4 (Size: 52.31 KB / Downloads: 358) RE: How to let particles disappear gradually? - d4rk3lf - 08-28-2019 Increase variation parameter. Right now, it's 3, and the value is 200. if you increase it from 3 to... let's say... 25... they will start disappearing from 175 to 225 (25+ and -25 from the actual value of 200). That's how variation works. If you want to disappear like the second sample (being smaller and smaller), you need a scale operator, and you need to animate scale and set it to particle age. RE: How to let particles disappear gradually? - HuaLi - 08-29-2019 (08-28-2019, 10:58 AM)d4rk3lf Wrote: If you want to disappear like the second sample (being smaller and smaller), you need a scale operator, and you need to animate scale and set it to particle age. I added a scale operator, could you please show me how to set the parameters? box-particles-demo.zip (Size: 203.06 KB / Downloads: 285) RE: How to let particles disappear gradually? - d4rk3lf - 08-29-2019 (08-29-2019, 08:26 AM)HuaLi Wrote:(08-28-2019, 10:58 AM)d4rk3lf Wrote: If you want to disappear like the second sample (being smaller and smaller), you need a scale operator, and you need to animate scale and set it to particle age. RE: How to let particles disappear gradually? - HuaLi - 08-29-2019 (08-29-2019, 08:51 AM)d4rk3lf Wrote:(08-29-2019, 08:26 AM)HuaLi Wrote:(08-28-2019, 10:58 AM)d4rk3lf Wrote: If you want to disappear like the second sample (being smaller and smaller), you need a scale operator, and you need to animate scale and set it to particle age. I'm muddled, I uploaded my file, could you please help me adjust it? box-particles-demo-02.zip (Size: 162.59 KB / Downloads: 295) RE: How to let particles disappear gradually? - d4rk3lf - 08-29-2019 Save it for 2018, because I am using that version. RE: How to let particles disappear gradually? - d4rk3lf - 08-29-2019 Nevermind. I'll be busy later, so I did you a simple scene of balls gradually scaling. What I forgot to mention in my previous explanation is that you need to set a scale operator timing parameter to continuous. RE: How to let particles disappear gradually? - HuaLi - 08-30-2019 (08-29-2019, 05:08 PM)d4rk3lf Wrote: Nevermind. Thanks! |